Html Css Color HEX #09129A Ultramarine

📋 copy color: '#09129A'

red 9 ◦ green 18 ◦ blue 154

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

Shades of Ultramarine #09129A

Tints of Ultramarine #09129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 85.08%

R = 4.97%
G = 9.94%
B = 85.08%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09129A (or 0x09129A) is known color: Ultramarine. HEX triplet: 09, 12 and 9A. RGB value is (9,18,154). Sum of RGB (Red+Green+Blue) = 9+18+154=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 154 (60.55% from 255 or 85.08% from 181); Max value from RGB is 154 - color contains mainly: blue. Hex color #09129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09129A is #F6ED65. Grayscale: #1E1E1E. Windows color (decimal): -16182630 or 10097161. OLE color: 10097161.

HSL color Cylindrical-coordinate representation of color #09129A: hue angle of 236.28º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09129A is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 18 154 -
CMYK 0.94 0.88 0 0.40
HSL 236.28º 0.89% 0.32% -
HSV(B) 236.28º 0.94% 0.6% -
XYZ 6.16 2.82 30.79 -
YUV 30.81 197.52 112.44 -
System Red Green Blue C M Y K H S L
Decimal 9 18 154 0.94 0.88 0 0.40 236.28 0.89 0.32
Hex 9 12 9A 5E 58 0 28 EC 59 20
Octal 11 22 232 136 130 0 50 354 131 40
Binary 1001 10010 10011010 1011110 1011000 0 101000 11101100 1011001 100000

Color Harmonies of #09129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09129A

Black with #09129A

Text Example


Text Example

White with #09129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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