Html Css Color HEX #0885DE Navy Blue

📋 copy color: '#0885DE'

red 8 ◦ green 133 ◦ blue 222

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

Shades of Navy Blue #0885DE

Tints of Navy Blue #0885DE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 2.2%
G = 36.64%
B = 61.16%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0885DE (or 0x0885DE) is known color: Navy Blue. HEX triplet: 08, 85 and DE. RGB value is (8,133,222). Sum of RGB (Red+Green+Blue) = 8+133+222=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #0885DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885DE is #F77A21. Grayscale: #696969. Windows color (decimal): -16218658 or 14583048. OLE color: 14583048.

HSL color Cylindrical-coordinate representation of color #0885DE: hue angle of 204.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0885DE is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 133 222 -
CMYK 0.96 0.40 0 0.13
HSL 204.95º 0.93% 0.45% -
HSV(B) 204.95º 0.96% 0.87% -
XYZ 21.67 22.1 72.23 -
YUV 105.77 193.59 58.26 -
System Red Green Blue C M Y K H S L
Decimal 8 133 222 0.96 0.40 0 0.13 204.95 0.93 0.45
Hex 8 85 DE 60 28 0 D CD 5D 2D
Octal 10 205 336 140 50 0 15 315 135 55
Binary 1000 10000101 11011110 1100000 101000 0 1101 11001101 1011101 101101

Color Harmonies of #0885DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0885DE

Black with #0885DE

Text Example


Text Example

White with #0885DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0885DE; }

 p { color: rgb(8,133,222); }

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

background-color css

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

 a { background-color: rgb(8,133,222); }

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

border-color css

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

 span { border-color: rgb(8,133,222); }

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