Html Css Color HEX #090C89 Ultramarine

📋 copy color: '#090C89'

red 9 ◦ green 12 ◦ blue 137

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

Shades of Ultramarine #090C89

Tints of Ultramarine #090C89

RGB

 RED value IS 9 (3.91% from 255) = 5.7%

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 137 (53.91% from 255) = 86.71%

R = 5.7%
G = 7.59%
B = 86.71%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#090C89 (or 0x090C89) is known color: Ultramarine. HEX triplet: 09, 0C and 89. RGB value is (9,12,137). Sum of RGB (Red+Green+Blue) = 9+12+137=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 137 (53.91% from 255 or 86.71% from 158); Max value from RGB is 137 - color contains mainly: blue. Hex color #090C89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C89 is #F6F376. Grayscale: #181818. Windows color (decimal): -16184183 or 8981513. OLE color: 8981513.

HSL color Cylindrical-coordinate representation of color #090C89: hue angle of 238.59º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C89 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 12 137 -
CMYK 0.93 0.91 0 0.46
HSL 238.59º 0.88% 0.29% -
HSV(B) 238.59º 0.93% 0.54% -
XYZ 4.76 2.13 23.83 -
YUV 25.35 191.01 116.34 -
System Red Green Blue C M Y K H S L
Decimal 9 12 137 0.93 0.91 0 0.46 238.59 0.88 0.29
Hex 9 C 89 5D 5B 0 2E EF 58 1D
Octal 11 14 211 135 133 0 56 357 130 35
Binary 1001 1100 10001001 1011101 1011011 0 101110 11101111 1011000 11101

Color Harmonies of #090C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C89

Black with #090C89

Text Example


Text Example

White with #090C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090C89; }

 p { color: rgb(9,12,137); }

 H1.HeaderClassName
 {
   color: #090C89;
 }
 .AnyTagClassName
 {
   color: #090C89;
 }
</style>

background-color css

<style>
 a { background-color: #090C89; }

 a { background-color: rgb(9,12,137); }

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

border-color css

<style>
 span { border-color: #090C89; }

 span { border-color: rgb(9,12,137); }

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