Html Css Color HEX #09148B Ultramarine

📋 copy color: '#09148B'

red 9 ◦ green 20 ◦ blue 139

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

Shades of Ultramarine #09148B

Tints of Ultramarine #09148B

RGB

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

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

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

R = 5.36%
G = 11.9%
B = 82.74%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09148B (or 0x09148B) is known color: Ultramarine. HEX triplet: 09, 14 and 8B. RGB value is (9,20,139). Sum of RGB (Red+Green+Blue) = 9+20+139=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 139 (54.69% from 255 or 82.74% from 168); Max value from RGB is 139 - color contains mainly: blue. Hex color #09148B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09148B is #F6EB74. Grayscale: #1D1D1D. Windows color (decimal): -16182133 or 9114633. OLE color: 9114633.

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

Color convert

RGB 9 20 139 -
CMYK 0.94 0.86 0 0.45
HSL 234.92º 0.88% 0.29% -
HSV(B) 234.92º 0.94% 0.55% -
XYZ 5.02 2.42 24.63 -
YUV 30.28 189.36 112.82 -
System Red Green Blue C M Y K H S L
Decimal 9 20 139 0.94 0.86 0 0.45 234.92 0.88 0.29
Hex 9 14 8B 5E 56 0 2D EB 58 1D
Octal 11 24 213 136 126 0 55 353 130 35
Binary 1001 10100 10001011 1011110 1010110 0 101101 11101011 1011000 11101

Color Harmonies of #09148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09148B

Black with #09148B

Text Example


Text Example

White with #09148B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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