Html Css Color HEX #08159A Ultramarine

📋 copy color: '#08159A'

red 8 ◦ green 21 ◦ blue 154

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

Shades of Ultramarine #08159A

Tints of Ultramarine #08159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 4.37%
G = 11.48%
B = 84.15%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08159A (or 0x08159A) is known color: Ultramarine. HEX triplet: 08, 15 and 9A. RGB value is (8,21,154). Sum of RGB (Red+Green+Blue) = 8+21+154=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 154 (60.55% from 255 or 84.15% from 183); Max value from RGB is 154 - color contains mainly: blue. Hex color #08159A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08159A is #F7EA65. Grayscale: #1F1F1F. Windows color (decimal): -16247398 or 10097928. OLE color: 10097928.

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

Color convert

RGB 8 21 154 -
CMYK 0.95 0.86 0 0.40
HSL 234.66º 0.9% 0.32% -
HSV(B) 234.66º 0.95% 0.6% -
XYZ 6.2 2.92 30.81 -
YUV 32.28 196.69 110.69 -
System Red Green Blue C M Y K H S L
Decimal 8 21 154 0.95 0.86 0 0.40 234.66 0.9 0.32
Hex 8 15 9A 5F 56 0 28 EB 5A 20
Octal 10 25 232 137 126 0 50 353 132 40
Binary 1000 10101 10011010 1011111 1010110 0 101000 11101011 1011010 100000

Color Harmonies of #08159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08159A

Black with #08159A

Text Example


Text Example

White with #08159A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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