Html Css Color HEX #12199F Ultramarine

📋 copy color: '#12199F'

red 18 ◦ green 25 ◦ blue 159

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

Shades of Ultramarine #12199F

Tints of Ultramarine #12199F

RGB

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

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

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

R = 8.91%
G = 12.38%
B = 78.71%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12199F (or 0x12199F) is known color: Ultramarine. HEX triplet: 12, 19 and 9F. RGB value is (18,25,159). Sum of RGB (Red+Green+Blue) = 18+25+159=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #12199F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12199F is #EDE660. Grayscale: #252525. Windows color (decimal): -15591009 or 10426642. OLE color: 10426642.

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

Color convert

RGB 18 25 159 -
CMYK 0.89 0.84 0 0.38
HSL 237.02º 0.8% 0.35% -
HSV(B) 237.02º 0.89% 0.62% -
XYZ 6.86 3.33 33.08 -
YUV 38.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 18 25 159 0.89 0.84 0 0.38 237.02 0.8 0.35
Hex 12 19 9F 59 54 0 26 ED 50 23
Octal 22 31 237 131 124 0 46 355 120 43
Binary 10010 11001 10011111 1011001 1010100 0 100110 11101101 1010000 100011

Color Harmonies of #12199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12199F

Black with #12199F

Text Example


Text Example

White with #12199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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