Html Css Color HEX #0881CE Navy Blue

📋 copy color: '#0881CE'

red 8 ◦ green 129 ◦ blue 206

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

Shades of Navy Blue #0881CE

Tints of Navy Blue #0881CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 2.33%
G = 37.61%
B = 60.06%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0881CE (or 0x0881CE) is known color: Navy Blue. HEX triplet: 08, 81 and CE. RGB value is (8,129,206). Sum of RGB (Red+Green+Blue) = 8+129+206=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #0881CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0881CE is #F77E31. Grayscale: #656565. Windows color (decimal): -16219698 or 13533448. OLE color: 13533448.

HSL color Cylindrical-coordinate representation of color #0881CE: hue angle of 203.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0881CE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 129 206 -
CMYK 0.96 0.37 0 0.19
HSL 203.33º 0.93% 0.42% -
HSV(B) 203.33º 0.96% 0.81% -
XYZ 19.09 20.21 61.29 -
YUV 101.6 186.91 61.24 -
System Red Green Blue C M Y K H S L
Decimal 8 129 206 0.96 0.37 0 0.19 203.33 0.93 0.42
Hex 8 81 CE 60 25 0 13 CB 5D 2A
Octal 10 201 316 140 45 0 23 313 135 52
Binary 1000 10000001 11001110 1100000 100101 0 10011 11001011 1011101 101010

Color Harmonies of #0881CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881CE

Black with #0881CE

Text Example


Text Example

White with #0881CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0881CE; }

 p { color: rgb(8,129,206); }

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

background-color css

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

 a { background-color: rgb(8,129,206); }

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

border-color css

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

 span { border-color: rgb(8,129,206); }

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