#070C8E

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

Shades of Ultramarine #070C8E

Tints of Ultramarine #070C8E

Color information

#070C8E (or 0x070C8E) is unknown color: approx Ultramarine. HEX triplet: 07, 0C and 8E. RGB value is (7,12,142). Sum of RGB (Red+Green+Blue) = 7+12+142=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 142 (55.86% from 255 or 88.20% from 161); Max value from RGB is 142 - color contains mainly: blue. Hex color #070C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070C8E is #F8F371. Grayscale: #181818. Windows color (decimal): -16315250 or 9309191. OLE color: 9309191.

HSL color Cylindrical-coordinate representation of color #070C8E: hue angle of 237.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070C8E is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB712142-
CMYK0.950.9200.44
HSL237.78º90.6%29.22%-
HSV(B)237.78º95.07%55.69%-
XYZ5.12.2625.76-
YUV25.32193.84114.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 142 (55.86% from 255) = 88.20%
R=4.35%
G=7.45%
B=88.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7121420.950.9200.44237.7890.629.22
Hex7C8E5F5C02Cee5b1d
Octal71421613713405435613335
Binary11111001000111010111111011100010110011101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070C8E; }

 p { color: rgb(7,12,142); }

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

<style>
 a { background-color: #070C8E; }

 a { background-color: rgb(7,12,142); }

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

<style>
 span { border-color: #070C8E; }

 span { border-color: rgb(7,12,142); }

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