Html Css Color HEX #08199B Ultramarine

📋 copy color: '#08199B'

red 8 ◦ green 25 ◦ blue 155

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

Shades of Ultramarine #08199B

Tints of Ultramarine #08199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 82.45%

R = 4.26%
G = 13.3%
B = 82.45%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08199B (or 0x08199B) is known color: Ultramarine. HEX triplet: 08, 19 and 9B. RGB value is (8,25,155). Sum of RGB (Red+Green+Blue) = 8+25+155=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #08199B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08199B is #F7E664. Grayscale: #222222. Windows color (decimal): -16246373 or 10164488. OLE color: 10164488.

HSL color Cylindrical-coordinate representation of color #08199B: hue angle of 233.06º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08199B is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 25 155 -
CMYK 0.95 0.84 0 0.39
HSL 233.06º 0.9% 0.32% -
HSV(B) 233.06º 0.95% 0.61% -
XYZ 6.36 3.11 31.28 -
YUV 34.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 8 25 155 0.95 0.84 0 0.39 233.06 0.9 0.32
Hex 8 19 9B 5F 54 0 27 E9 5A 20
Octal 10 31 233 137 124 0 47 351 132 40
Binary 1000 11001 10011011 1011111 1010100 0 100111 11101001 1011010 100000

Color Harmonies of #08199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08199B

Black with #08199B

Text Example


Text Example

White with #08199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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