#270DA8

Color #270DA8 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #270DA8

Tints of Ultramarine #270DA8

Color information

#270DA8 (or 0x270DA8) is unknown color: approx Ultramarine. HEX triplet: 27, 0D and A8. RGB value is (39,13,168). Sum of RGB (Red+Green+Blue) = 39+13+168=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 168 (66.02% from 255 or 76.36% from 220); Max value from RGB is 168 - color contains mainly: blue. Hex color #270DA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270DA8 is #D8F257. Grayscale: #252525. Windows color (decimal): -14217816 or 11013415. OLE color: 11013415.

HSL color Cylindrical-coordinate representation of color #270DA8: hue angle of 250.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270DA8 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3913168-
CMYK0.770.9200.34
HSL250.06º85.64%35.49%-
HSV(B)250.06º92.26%65.88%-
XYZ8.053.5537.31-
YUV38.44201.11128.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 168 (66.02% from 255) = 76.36%
R=17.73%
G=5.91%
B=76.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal39131680.770.9200.34250.0685.6435.49
Hex27DA84D5C022fa5623
Octal471525011513404237212643
Binary100111110110101000100110110111000100010111110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270DA8; }

 p { color: rgb(39,13,168); }

 H1.HeaderClassName
 {
   color: #270DA8;
 }
 .AnyTagClassName
 {
   color: #270DA8;
 }
</style>
background-color css

<style>
 a { background-color: #270DA8; }

 a { background-color: rgb(39,13,168); }

 div.DivClassName
 {
   background-color: #270DA8;
 }
 .BgClassName
 {
   background-color: #270DA8;
 }
</style>
border-color css

<style>
 span { border-color: #270DA8; }

 span { border-color: rgb(39,13,168); }

 td.TdClassName
 {
   border-color: #270DA8;
 }
 .TagClassName
 {
   border-color: #270DA8;
 }
</style>