Html Css Color HEX #12199C Ultramarine

📋 copy color: '#12199C'

red 18 ◦ green 25 ◦ blue 156

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

Shades of Ultramarine #12199C

Tints of Ultramarine #12199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 156 (61.33% from 255) = 78.39%

R = 9.05%
G = 12.56%
B = 78.39%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12199C (or 0x12199C) is known color: Ultramarine. HEX triplet: 12, 19 and 9C. RGB value is (18,25,156). Sum of RGB (Red+Green+Blue) = 18+25+156=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #12199C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12199C is #EDE663. Grayscale: #252525. Windows color (decimal): -15591012 or 10230034. OLE color: 10230034.

HSL color Cylindrical-coordinate representation of color #12199C: hue angle of 236.96º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12199C is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 25 156 -
CMYK 0.88 0.84 0 0.39
HSL 236.96º 0.79% 0.34% -
HSV(B) 236.96º 0.88% 0.61% -
XYZ 6.6 3.22 31.73 -
YUV 37.84 194.68 113.85 -
System Red Green Blue C M Y K H S L
Decimal 18 25 156 0.88 0.84 0 0.39 236.96 0.79 0.34
Hex 12 19 9C 58 54 0 27 ED 4F 22
Octal 22 31 234 130 124 0 47 355 117 42
Binary 10010 11001 10011100 1011000 1010100 0 100111 11101101 1001111 100010

Color Harmonies of #12199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12199C

Black with #12199C

Text Example


Text Example

White with #12199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12199C; }

 p { color: rgb(18,25,156); }

 H1.HeaderClassName
 {
   color: #12199C;
 }
 .AnyTagClassName
 {
   color: #12199C;
 }
</style>

background-color css

<style>
 a { background-color: #12199C; }

 a { background-color: rgb(18,25,156); }

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

border-color css

<style>
 span { border-color: #12199C; }

 span { border-color: rgb(18,25,156); }

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