Html Css Color HEX #12009F Ultramarine

📋 copy color: '#12009F'

red 18 ◦ green 0 ◦ blue 159

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

Shades of Ultramarine #12009F

Tints of Ultramarine #12009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.17%
G = 0%
B = 89.83%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12009F (or 0x12009F) is known color: Ultramarine. HEX triplet: 12, 00 and 9F. RGB value is (18,0,159). Sum of RGB (Red+Green+Blue) = 18+0+159=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #12009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12009F is #EDFF60. Grayscale: #161616. Windows color (decimal): -15597409 or 10420242. OLE color: 10420242.

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

Color convert

RGB 18 0 159 -
CMYK 0.89 1 0 0.38
HSL 246.79º 1% 0.31% -
HSV(B) 246.79º 1% 0.62% -
XYZ 6.51 2.63 32.97 -
YUV 23.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 18 0 159 0.89 1 0 0.38 246.79 1 0.31
Hex 12 0 9F 59 64 0 26 F7 64 1F
Octal 22 0 237 131 144 0 46 367 144 37
Binary 10010 0 10011111 1011001 1100100 0 100110 11110111 1100100 11111

Color Harmonies of #12009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12009F

Black with #12009F

Text Example


Text Example

White with #12009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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