Html Css Color HEX #09148C Ultramarine

📋 copy color: '#09148C'

red 9 ◦ green 20 ◦ blue 140

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

Shades of Ultramarine #09148C

Tints of Ultramarine #09148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 82.84%

R = 5.33%
G = 11.83%
B = 82.84%

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

#09148C (or 0x09148C) is known color: Ultramarine. HEX triplet: 09, 14 and 8C. RGB value is (9,20,140). Sum of RGB (Red+Green+Blue) = 9+20+140=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 140 (55.08% from 255 or 82.84% from 169); Max value from RGB is 140 - color contains mainly: blue. Hex color #09148C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09148C is #F6EB73. Grayscale: #1D1D1D. Windows color (decimal): -16182132 or 9180169. OLE color: 9180169.

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

Color convert

RGB 9 20 140 -
CMYK 0.94 0.86 0 0.45
HSL 234.96º 0.88% 0.29% -
HSV(B) 234.96º 0.94% 0.55% -
XYZ 5.1 2.45 25.02 -
YUV 30.39 189.86 112.74 -
System Red Green Blue C M Y K H S L
Decimal 9 20 140 0.94 0.86 0 0.45 234.96 0.88 0.29
Hex 9 14 8C 5E 56 0 2D EB 58 1D
Octal 11 24 214 136 126 0 55 353 130 35
Binary 1001 10100 10001100 1011110 1010110 0 101101 11101011 1011000 11101

Color Harmonies of #09148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09148C

Black with #09148C

Text Example


Text Example

White with #09148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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