Html Css Color HEX #12078F Ultramarine

📋 copy color: '#12078F'

red 18 ◦ green 7 ◦ blue 143

#12078F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #12078F

Tints of Ultramarine #12078F

RGB

 RED value IS 18 (7.42% from 255) = 10.71%

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 143 (56.25% from 255) = 85.12%

R = 10.71%
G = 4.17%
B = 85.12%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#12078F (or 0x12078F) is known color: Ultramarine. HEX triplet: 12, 07 and 8F. RGB value is (18,7,143). Sum of RGB (Red+Green+Blue) = 18+7+143=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 143 (56.25% from 255 or 85.12% from 168); Max value from RGB is 143 - color contains mainly: blue. Hex color #12078F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12078F is #EDF870. Grayscale: #191919. Windows color (decimal): -15595633 or 9373458. OLE color: 9373458.

HSL color Cylindrical-coordinate representation of color #12078F: hue angle of 244.85º 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 #12078F is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 7 143 -
CMYK 0.87 0.95 0 0.44
HSL 244.85º 0.91% 0.29% -
HSV(B) 244.85º 0.95% 0.56% -
XYZ 5.28 2.26 26.15 -
YUV 25.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 18 7 143 0.87 0.95 0 0.44 244.85 0.91 0.29
Hex 12 7 8F 57 5F 0 2C F5 5B 1D
Octal 22 7 217 127 137 0 54 365 133 35
Binary 10010 111 10001111 1010111 1011111 0 101100 11110101 1011011 11101

Color Harmonies of #12078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12078F

Black with #12078F

Text Example


Text Example

White with #12078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12078F; }

 p { color: rgb(18,7,143); }

 H1.HeaderClassName
 {
   color: #12078F;
 }
 .AnyTagClassName
 {
   color: #12078F;
 }
</style>

background-color css

<style>
 a { background-color: #12078F; }

 a { background-color: rgb(18,7,143); }

 div.DivClassName
 {
   background-color: #12078F;
 }
 .BgClassName
 {
   background-color: #12078F;
 }
</style>

border-color css

<style>
 span { border-color: #12078F; }

 span { border-color: rgb(18,7,143); }

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