Html Css Color HEX #09188A Ultramarine

📋 copy color: '#09188A'

red 9 ◦ green 24 ◦ blue 138

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

Shades of Ultramarine #09188A

Tints of Ultramarine #09188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 5.26%
G = 14.04%
B = 80.7%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09188A (or 0x09188A) is known color: Ultramarine. HEX triplet: 09, 18 and 8A. RGB value is (9,24,138). Sum of RGB (Red+Green+Blue) = 9+24+138=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #09188A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09188A is #F6E775. Grayscale: #202020. Windows color (decimal): -16181110 or 9050121. OLE color: 9050121.

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

Color convert

RGB 9 24 138 -
CMYK 0.93 0.83 0 0.46
HSL 233.02º 0.88% 0.29% -
HSV(B) 233.02º 0.93% 0.54% -
XYZ 5.03 2.55 24.27 -
YUV 32.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 9 24 138 0.93 0.83 0 0.46 233.02 0.88 0.29
Hex 9 18 8A 5D 53 0 2E E9 58 1D
Octal 11 30 212 135 123 0 56 351 130 35
Binary 1001 11000 10001010 1011101 1010011 0 101110 11101001 1011000 11101

Color Harmonies of #09188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09188A

Black with #09188A

Text Example


Text Example

White with #09188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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