Html Css Color HEX #08149A Ultramarine

📋 copy color: '#08149A'

red 8 ◦ green 20 ◦ blue 154

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

Shades of Ultramarine #08149A

Tints of Ultramarine #08149A

RGB

 RED value IS 8 (3.52% from 255) = 4.4%

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

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

R = 4.4%
G = 10.99%
B = 84.62%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08149A (or 0x08149A) is known color: Ultramarine. HEX triplet: 08, 14 and 9A. RGB value is (8,20,154). Sum of RGB (Red+Green+Blue) = 8+20+154=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #08149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08149A is #F7EB65. Grayscale: #1F1F1F. Windows color (decimal): -16247654 or 10097672. OLE color: 10097672.

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

Color convert

RGB 8 20 154 -
CMYK 0.95 0.87 0 0.40
HSL 235.07º 0.9% 0.32% -
HSV(B) 235.07º 0.95% 0.6% -
XYZ 6.18 2.89 30.8 -
YUV 31.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 8 20 154 0.95 0.87 0 0.40 235.07 0.9 0.32
Hex 8 14 9A 5F 57 0 28 EB 5A 20
Octal 10 24 232 137 127 0 50 353 132 40
Binary 1000 10100 10011010 1011111 1010111 0 101000 11101011 1011010 100000

Color Harmonies of #08149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08149A

Black with #08149A

Text Example


Text Example

White with #08149A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,20,154); }

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

background-color css

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

 a { background-color: rgb(8,20,154); }

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

border-color css

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

 span { border-color: rgb(8,20,154); }

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