Html Css Color HEX #09148A Ultramarine

📋 copy color: '#09148A'

red 9 ◦ green 20 ◦ blue 138

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

Shades of Ultramarine #09148A

Tints of Ultramarine #09148A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

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

R = 5.39%
G = 11.98%
B = 82.63%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09148A (or 0x09148A) is known color: Ultramarine. HEX triplet: 09, 14 and 8A. RGB value is (9,20,138). Sum of RGB (Red+Green+Blue) = 9+20+138=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 138 (54.30% from 255 or 82.63% from 167); Max value from RGB is 138 - color contains mainly: blue. Hex color #09148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09148A is #F6EB75. Grayscale: #1D1D1D. Windows color (decimal): -16182134 or 9049097. OLE color: 9049097.

HSL color Cylindrical-coordinate representation of color #09148A: hue angle of 234.88º 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 #09148A is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 20 138 -
CMYK 0.93 0.86 0 0.46
HSL 234.88º 0.88% 0.29% -
HSV(B) 234.88º 0.93% 0.54% -
XYZ 4.95 2.39 24.25 -
YUV 30.16 188.86 112.91 -
System Red Green Blue C M Y K H S L
Decimal 9 20 138 0.93 0.86 0 0.46 234.88 0.88 0.29
Hex 9 14 8A 5D 56 0 2E EB 58 1D
Octal 11 24 212 135 126 0 56 353 130 35
Binary 1001 10100 10001010 1011101 1010110 0 101110 11101011 1011000 11101

Color Harmonies of #09148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09148A

Black with #09148A

Text Example


Text Example

White with #09148A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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