Html Css Color HEX #081988 Ultramarine

📋 copy color: '#081988'

red 8 ◦ green 25 ◦ blue 136

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

Shades of Ultramarine #081988

Tints of Ultramarine #081988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 80.47%

R = 4.73%
G = 14.79%
B = 80.47%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#081988 (or 0x081988) is known color: Ultramarine. HEX triplet: 08, 19 and 88. RGB value is (8,25,136). Sum of RGB (Red+Green+Blue) = 8+25+136=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 136 (53.52% from 255 or 80.47% from 169); Max value from RGB is 136 - color contains mainly: blue. Hex color #081988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081988 is #F7E677. Grayscale: #202020. Windows color (decimal): -16246392 or 8919304. OLE color: 8919304.

HSL color Cylindrical-coordinate representation of color #081988: hue angle of 232.03º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081988 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 25 136 -
CMYK 0.94 0.82 0 0.47
HSL 232.03º 0.89% 0.28% -
HSV(B) 232.03º 0.94% 0.53% -
XYZ 4.89 2.52 23.52 -
YUV 32.57 186.37 110.47 -
System Red Green Blue C M Y K H S L
Decimal 8 25 136 0.94 0.82 0 0.47 232.03 0.89 0.28
Hex 8 19 88 5E 52 0 2F E8 59 1C
Octal 10 31 210 136 122 0 57 350 131 34
Binary 1000 11001 10001000 1011110 1010010 0 101111 11101000 1011001 11100

Color Harmonies of #081988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081988

Black with #081988

Text Example


Text Example

White with #081988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081988; }

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

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

background-color css

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

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

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

border-color css

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

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

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