Html Css Color HEX #09128C Ultramarine

📋 copy color: '#09128C'

red 9 ◦ green 18 ◦ blue 140

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

Shades of Ultramarine #09128C

Tints of Ultramarine #09128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 5.39%
G = 10.78%
B = 83.83%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09128C (or 0x09128C) is known color: Ultramarine. HEX triplet: 09, 12 and 8C. RGB value is (9,18,140). Sum of RGB (Red+Green+Blue) = 9+18+140=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 140 (55.08% from 255 or 83.83% from 167); Max value from RGB is 140 - color contains mainly: blue. Hex color #09128C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09128C is #F6ED73. Grayscale: #1C1C1C. Windows color (decimal): -16182644 or 9179657. OLE color: 9179657.

HSL color Cylindrical-coordinate representation of color #09128C: hue angle of 235.88º 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 #09128C is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 18 140 -
CMYK 0.94 0.87 0 0.45
HSL 235.88º 0.88% 0.29% -
HSV(B) 235.88º 0.94% 0.55% -
XYZ 5.06 2.38 25 -
YUV 29.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 9 18 140 0.94 0.87 0 0.45 235.88 0.88 0.29
Hex 9 12 8C 5E 57 0 2D EC 58 1D
Octal 11 22 214 136 127 0 55 354 130 35
Binary 1001 10010 10001100 1011110 1010111 0 101101 11101100 1011000 11101

Color Harmonies of #09128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09128C

Black with #09128C

Text Example


Text Example

White with #09128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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