Html Css Color HEX #09128B Ultramarine

📋 copy color: '#09128B'

red 9 ◦ green 18 ◦ blue 139

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

Shades of Ultramarine #09128B

Tints of Ultramarine #09128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 83.73%

R = 5.42%
G = 10.84%
B = 83.73%

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

#09128B (or 0x09128B) is known color: Ultramarine. HEX triplet: 09, 12 and 8B. RGB value is (9,18,139). Sum of RGB (Red+Green+Blue) = 9+18+139=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #09128B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09128B is #F6ED74. Grayscale: #1C1C1C. Windows color (decimal): -16182645 or 9114121. OLE color: 9114121.

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

Color convert

RGB 9 18 139 -
CMYK 0.94 0.87 0 0.45
HSL 235.85º 0.88% 0.29% -
HSV(B) 235.85º 0.94% 0.55% -
XYZ 4.99 2.35 24.62 -
YUV 29.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 9 18 139 0.94 0.87 0 0.45 235.85 0.88 0.29
Hex 9 12 8B 5E 57 0 2D EC 58 1D
Octal 11 22 213 136 127 0 55 354 130 35
Binary 1001 10010 10001011 1011110 1010111 0 101101 11101100 1011000 11101

Color Harmonies of #09128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09128B

Black with #09128B

Text Example


Text Example

White with #09128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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