Html Css Color HEX #12199D Ultramarine

📋 copy color: '#12199D'

red 18 ◦ green 25 ◦ blue 157

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

Shades of Ultramarine #12199D

Tints of Ultramarine #12199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 78.5%

R = 9%
G = 12.5%
B = 78.5%

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

#12199D (or 0x12199D) is known color: Ultramarine. HEX triplet: 12, 19 and 9D. RGB value is (18,25,157). Sum of RGB (Red+Green+Blue) = 18+25+157=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #12199D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12199D is #EDE662. Grayscale: #252525. Windows color (decimal): -15591011 or 10295570. OLE color: 10295570.

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

Color convert

RGB 18 25 157 -
CMYK 0.89 0.84 0 0.38
HSL 236.98º 0.79% 0.34% -
HSV(B) 236.98º 0.89% 0.62% -
XYZ 6.68 3.26 32.17 -
YUV 37.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 18 25 157 0.89 0.84 0 0.38 236.98 0.79 0.34
Hex 12 19 9D 59 54 0 26 ED 4F 22
Octal 22 31 235 131 124 0 46 355 117 42
Binary 10010 11001 10011101 1011001 1010100 0 100110 11101101 1001111 100010

Color Harmonies of #12199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12199D

Black with #12199D

Text Example


Text Example

White with #12199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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