Html Css Color HEX #12079F Ultramarine

📋 copy color: '#12079F'

red 18 ◦ green 7 ◦ blue 159

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

Shades of Ultramarine #12079F

Tints of Ultramarine #12079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 86.41%

R = 9.78%
G = 3.8%
B = 86.41%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12079F (or 0x12079F) is known color: Ultramarine. HEX triplet: 12, 07 and 9F. RGB value is (18,7,159). Sum of RGB (Red+Green+Blue) = 18+7+159=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 159 (62.5% from 255 or 86.41% from 184); Max value from RGB is 159 - color contains mainly: blue. Hex color #12079F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12079F is #EDF860. Grayscale: #1B1B1B. Windows color (decimal): -15595617 or 10422034. OLE color: 10422034.

HSL color Cylindrical-coordinate representation of color #12079F: hue angle of 244.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12079F is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 7 159 -
CMYK 0.89 0.96 0 0.38
HSL 244.34º 0.92% 0.33% -
HSV(B) 244.34º 0.96% 0.62% -
XYZ 6.58 2.78 32.99 -
YUV 27.62 202.14 121.14 -
System Red Green Blue C M Y K H S L
Decimal 18 7 159 0.89 0.96 0 0.38 244.34 0.92 0.33
Hex 12 7 9F 59 60 0 26 F4 5C 21
Octal 22 7 237 131 140 0 46 364 134 41
Binary 10010 111 10011111 1011001 1100000 0 100110 11110100 1011100 100001

Color Harmonies of #12079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12079F

Black with #12079F

Text Example


Text Example

White with #12079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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