Html Css Color HEX #090C85 Ultramarine

📋 copy color: '#090C85'

red 9 ◦ green 12 ◦ blue 133

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

Shades of Ultramarine #090C85

Tints of Ultramarine #090C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 86.36%

R = 5.84%
G = 7.79%
B = 86.36%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#090C85 (or 0x090C85) is known color: Ultramarine. HEX triplet: 09, 0C and 85. RGB value is (9,12,133). Sum of RGB (Red+Green+Blue) = 9+12+133=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 133 (52.34% from 255 or 86.36% from 154); Max value from RGB is 133 - color contains mainly: blue. Hex color #090C85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090C85 is #F6F37A. Grayscale: #181818. Windows color (decimal): -16184187 or 8719369. OLE color: 8719369.

HSL color Cylindrical-coordinate representation of color #090C85: hue angle of 238.55º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090C85 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 12 133 -
CMYK 0.93 0.91 0 0.48
HSL 238.55º 0.87% 0.28% -
HSV(B) 238.55º 0.93% 0.52% -
XYZ 4.48 2.01 22.34 -
YUV 24.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 9 12 133 0.93 0.91 0 0.48 238.55 0.87 0.28
Hex 9 C 85 5D 5B 0 30 EF 57 1C
Octal 11 14 205 135 133 0 60 357 127 34
Binary 1001 1100 10000101 1011101 1011011 0 110000 11101111 1010111 11100

Color Harmonies of #090C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C85

Black with #090C85

Text Example


Text Example

White with #090C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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