Html Css Color HEX #12199B Ultramarine

📋 copy color: '#12199B'

red 18 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #12199B

Tints of Ultramarine #12199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 78.28%

R = 9.09%
G = 12.63%
B = 78.28%

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

#12199B (or 0x12199B) is known color: Ultramarine. HEX triplet: 12, 19 and 9B. RGB value is (18,25,155). Sum of RGB (Red+Green+Blue) = 18+25+155=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #12199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12199B is #EDE664. Grayscale: #252525. Windows color (decimal): -15591013 or 10164498. OLE color: 10164498.

HSL color Cylindrical-coordinate representation of color #12199B: hue angle of 236.93º 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 #12199B is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 25 155 -
CMYK 0.88 0.84 0 0.39
HSL 236.93º 0.79% 0.34% -
HSV(B) 236.93º 0.88% 0.61% -
XYZ 6.51 3.19 31.28 -
YUV 37.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 18 25 155 0.88 0.84 0 0.39 236.93 0.79 0.34
Hex 12 19 9B 58 54 0 27 ED 4F 22
Octal 22 31 233 130 124 0 47 355 117 42
Binary 10010 11001 10011011 1011000 1010100 0 100111 11101101 1001111 100010

Color Harmonies of #12199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12199B

Black with #12199B

Text Example


Text Example

White with #12199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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