Html Css Color HEX #08198A Ultramarine

📋 copy color: '#08198A'

red 8 ◦ green 25 ◦ blue 138

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

Shades of Ultramarine #08198A

Tints of Ultramarine #08198A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 80.7%

R = 4.68%
G = 14.62%
B = 80.7%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08198A (or 0x08198A) is known color: Ultramarine. HEX triplet: 08, 19 and 8A. RGB value is (8,25,138). Sum of RGB (Red+Green+Blue) = 8+25+138=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #08198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08198A is #F7E675. Grayscale: #202020. Windows color (decimal): -16246390 or 9050376. OLE color: 9050376.

HSL color Cylindrical-coordinate representation of color #08198A: hue angle of 232.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08198A is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 25 138 -
CMYK 0.94 0.82 0 0.46
HSL 232.15º 0.89% 0.29% -
HSV(B) 232.15º 0.94% 0.54% -
XYZ 5.04 2.58 24.28 -
YUV 32.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 8 25 138 0.94 0.82 0 0.46 232.15 0.89 0.29
Hex 8 19 8A 5E 52 0 2E E8 59 1D
Octal 10 31 212 136 122 0 56 350 131 35
Binary 1000 11001 10001010 1011110 1010010 0 101110 11101000 1011001 11101

Color Harmonies of #08198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08198A

Black with #08198A

Text Example


Text Example

White with #08198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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