Html Css Color HEX #09118C Ultramarine

📋 copy color: '#09118C'

red 9 ◦ green 17 ◦ blue 140

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

Shades of Ultramarine #09118C

Tints of Ultramarine #09118C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 140 (55.08% from 255) = 84.34%

R = 5.42%
G = 10.24%
B = 84.34%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09118C (or 0x09118C) is known color: Ultramarine. HEX triplet: 09, 11 and 8C. RGB value is (9,17,140). Sum of RGB (Red+Green+Blue) = 9+17+140=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #09118C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09118C is #F6EE73. Grayscale: #1C1C1C. Windows color (decimal): -16182900 or 9179401. OLE color: 9179401.

HSL color Cylindrical-coordinate representation of color #09118C: hue angle of 236.34º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09118C is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 17 140 -
CMYK 0.94 0.88 0 0.45
HSL 236.34º 0.88% 0.29% -
HSV(B) 236.34º 0.94% 0.55% -
XYZ 5.05 2.35 25 -
YUV 28.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 9 17 140 0.94 0.88 0 0.45 236.34 0.88 0.29
Hex 9 11 8C 5E 58 0 2D EC 58 1D
Octal 11 21 214 136 130 0 55 354 130 35
Binary 1001 10001 10001100 1011110 1011000 0 101101 11101100 1011000 11101

Color Harmonies of #09118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09118C

Black with #09118C

Text Example


Text Example

White with #09118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09118C; }

 p { color: rgb(9,17,140); }

 H1.HeaderClassName
 {
   color: #09118C;
 }
 .AnyTagClassName
 {
   color: #09118C;
 }
</style>

background-color css

<style>
 a { background-color: #09118C; }

 a { background-color: rgb(9,17,140); }

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

border-color css

<style>
 span { border-color: #09118C; }

 span { border-color: rgb(9,17,140); }

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