Html Css Color HEX #08199A Ultramarine

📋 copy color: '#08199A'

red 8 ◦ green 25 ◦ blue 154

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

Shades of Ultramarine #08199A

Tints of Ultramarine #08199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 4.28%
G = 13.37%
B = 82.35%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08199A (or 0x08199A) is known color: Ultramarine. HEX triplet: 08, 19 and 9A. RGB value is (8,25,154). Sum of RGB (Red+Green+Blue) = 8+25+154=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 154 (60.55% from 255 or 82.35% from 187); Max value from RGB is 154 - color contains mainly: blue. Hex color #08199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08199A is #F7E665. Grayscale: #222222. Windows color (decimal): -16246374 or 10098952. OLE color: 10098952.

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

Color convert

RGB 8 25 154 -
CMYK 0.95 0.84 0 0.40
HSL 233.01º 0.9% 0.32% -
HSV(B) 233.01º 0.95% 0.6% -
XYZ 6.28 3.08 30.84 -
YUV 34.62 195.37 109.01 -
System Red Green Blue C M Y K H S L
Decimal 8 25 154 0.95 0.84 0 0.40 233.01 0.9 0.32
Hex 8 19 9A 5F 54 0 28 E9 5A 20
Octal 10 31 232 137 124 0 50 351 132 40
Binary 1000 11001 10011010 1011111 1010100 0 101000 11101001 1011010 100000

Color Harmonies of #08199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08199A

Black with #08199A

Text Example


Text Example

White with #08199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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