Html Css Color HEX #08198C Ultramarine

📋 copy color: '#08198C'

red 8 ◦ green 25 ◦ blue 140

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

Shades of Ultramarine #08198C

Tints of Ultramarine #08198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 80.92%

R = 4.62%
G = 14.45%
B = 80.92%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08198C (or 0x08198C) is known color: Ultramarine. HEX triplet: 08, 19 and 8C. RGB value is (8,25,140). Sum of RGB (Red+Green+Blue) = 8+25+140=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 140 (55.08% from 255 or 80.92% from 173); Max value from RGB is 140 - color contains mainly: blue. Hex color #08198C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08198C is #F7E673. Grayscale: #202020. Windows color (decimal): -16246388 or 9181448. OLE color: 9181448.

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

Color convert

RGB 8 25 140 -
CMYK 0.94 0.82 0 0.45
HSL 232.27º 0.89% 0.29% -
HSV(B) 232.27º 0.94% 0.55% -
XYZ 5.18 2.64 25.05 -
YUV 33.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 8 25 140 0.94 0.82 0 0.45 232.27 0.89 0.29
Hex 8 19 8C 5E 52 0 2D E8 59 1D
Octal 10 31 214 136 122 0 55 350 131 35
Binary 1000 11001 10001100 1011110 1010010 0 101101 11101000 1011001 11101

Color Harmonies of #08198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08198C

Black with #08198C

Text Example


Text Example

White with #08198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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