Html Css Color HEX #09088A Ultramarine

📋 copy color: '#09088A'

red 9 ◦ green 8 ◦ blue 138

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

Shades of Ultramarine #09088A

Tints of Ultramarine #09088A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 138 (54.3% from 255) = 89.03%

R = 5.81%
G = 5.16%
B = 89.03%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09088A (or 0x09088A) is known color: Ultramarine. HEX triplet: 09, 08 and 8A. RGB value is (9,8,138). Sum of RGB (Red+Green+Blue) = 9+8+138=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 138 (54.30% from 255 or 89.03% from 155); Max value from RGB is 138 - color contains mainly: blue. Hex color #09088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09088A is #F6F775. Grayscale: #161616. Windows color (decimal): -16185206 or 9046025. OLE color: 9046025.

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

Color convert

RGB 9 8 138 -
CMYK 0.93 0.94 0 0.46
HSL 240.46º 0.89% 0.29% -
HSV(B) 240.46º 0.94% 0.54% -
XYZ 4.79 2.07 24.19 -
YUV 23.12 192.83 117.93 -
System Red Green Blue C M Y K H S L
Decimal 9 8 138 0.93 0.94 0 0.46 240.46 0.89 0.29
Hex 9 8 8A 5D 5E 0 2E F0 59 1D
Octal 11 10 212 135 136 0 56 360 131 35
Binary 1001 1000 10001010 1011101 1011110 0 101110 11110000 1011001 11101

Color Harmonies of #09088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09088A

Black with #09088A

Text Example


Text Example

White with #09088A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09088A; }

 p { color: rgb(9,8,138); }

 H1.HeaderClassName
 {
   color: #09088A;
 }
 .AnyTagClassName
 {
   color: #09088A;
 }
</style>

background-color css

<style>
 a { background-color: #09088A; }

 a { background-color: rgb(9,8,138); }

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

border-color css

<style>
 span { border-color: #09088A; }

 span { border-color: rgb(9,8,138); }

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