Html Css Color HEX #08188C Ultramarine

📋 copy color: '#08188C'

red 8 ◦ green 24 ◦ blue 140

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

Shades of Ultramarine #08188C

Tints of Ultramarine #08188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 4.65%
G = 13.95%
B = 81.4%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08188C (or 0x08188C) is known color: Ultramarine. HEX triplet: 08, 18 and 8C. RGB value is (8,24,140). Sum of RGB (Red+Green+Blue) = 8+24+140=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 140 (55.08% from 255 or 81.40% from 172); Max value from RGB is 140 - color contains mainly: blue. Hex color #08188C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08188C is #F7E773. Grayscale: #1F1F1F. Windows color (decimal): -16246644 or 9181192. OLE color: 9181192.

HSL color Cylindrical-coordinate representation of color #08188C: hue angle of 232.73º 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 #08188C is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 24 140 -
CMYK 0.94 0.83 0 0.45
HSL 232.73º 0.89% 0.29% -
HSV(B) 232.73º 0.94% 0.55% -
XYZ 5.16 2.6 25.04 -
YUV 32.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 8 24 140 0.94 0.83 0 0.45 232.73 0.89 0.29
Hex 8 18 8C 5E 53 0 2D E9 59 1D
Octal 10 30 214 136 123 0 55 351 131 35
Binary 1000 11000 10001100 1011110 1010011 0 101101 11101001 1011001 11101

Color Harmonies of #08188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08188C

Black with #08188C

Text Example


Text Example

White with #08188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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