Html Css Color HEX #12089F Ultramarine

📋 copy color: '#12089F'

red 18 ◦ green 8 ◦ blue 159

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

Shades of Ultramarine #12089F

Tints of Ultramarine #12089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 9.73%
G = 4.32%
B = 85.95%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12089F (or 0x12089F) is known color: Ultramarine. HEX triplet: 12, 08 and 9F. RGB value is (18,8,159). Sum of RGB (Red+Green+Blue) = 18+8+159=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #12089F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12089F is #EDF760. Grayscale: #1B1B1B. Windows color (decimal): -15595361 or 10422290. OLE color: 10422290.

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

Color convert

RGB 18 8 159 -
CMYK 0.89 0.95 0 0.38
HSL 243.97º 0.9% 0.33% -
HSV(B) 243.97º 0.95% 0.62% -
XYZ 6.59 2.81 32.99 -
YUV 28.2 201.81 120.72 -
System Red Green Blue C M Y K H S L
Decimal 18 8 159 0.89 0.95 0 0.38 243.97 0.9 0.33
Hex 12 8 9F 59 5F 0 26 F4 5A 21
Octal 22 10 237 131 137 0 46 364 132 41
Binary 10010 1000 10011111 1011001 1011111 0 100110 11110100 1011010 100001

Color Harmonies of #12089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12089F

Black with #12089F

Text Example


Text Example

White with #12089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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