Html Css Color HEX #090C96 Ultramarine

📋 copy color: '#090C96'

red 9 ◦ green 12 ◦ blue 150

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

Shades of Ultramarine #090C96

Tints of Ultramarine #090C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 87.72%

R = 5.26%
G = 7.02%
B = 87.72%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#090C96 (or 0x090C96) is known color: Ultramarine. HEX triplet: 09, 0C and 96. RGB value is (9,12,150). Sum of RGB (Red+Green+Blue) = 9+12+150=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #090C96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C96 is #F6F369. Grayscale: #1A1A1A. Windows color (decimal): -16184170 or 9833481. OLE color: 9833481.

HSL color Cylindrical-coordinate representation of color #090C96: hue angle of 238.72º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090C96 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 12 150 -
CMYK 0.94 0.92 0 0.41
HSL 238.72º 0.89% 0.31% -
HSV(B) 238.72º 0.94% 0.59% -
XYZ 5.75 2.52 29.04 -
YUV 26.84 197.51 115.28 -
System Red Green Blue C M Y K H S L
Decimal 9 12 150 0.94 0.92 0 0.41 238.72 0.89 0.31
Hex 9 C 96 5E 5C 0 29 EF 59 1F
Octal 11 14 226 136 134 0 51 357 131 37
Binary 1001 1100 10010110 1011110 1011100 0 101001 11101111 1011001 11111

Color Harmonies of #090C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C96

Black with #090C96

Text Example


Text Example

White with #090C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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