Html Css Color HEX #0887DF Navy Blue

📋 copy color: '#0887DF'

red 8 ◦ green 135 ◦ blue 223

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

Shades of Navy Blue #0887DF

Tints of Navy Blue #0887DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 2.19%
G = 36.89%
B = 60.93%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0887DF (or 0x0887DF) is known color: Navy Blue. HEX triplet: 08, 87 and DF. RGB value is (8,135,223). Sum of RGB (Red+Green+Blue) = 8+135+223=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #0887DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0887DF is #F77820. Grayscale: #6A6A6A. Windows color (decimal): -16218145 or 14649096. OLE color: 14649096.

HSL color Cylindrical-coordinate representation of color #0887DF: hue angle of 204.56º 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 #0887DF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 135 223 -
CMYK 0.96 0.39 0 0.13
HSL 204.56º 0.93% 0.45% -
HSV(B) 204.56º 0.96% 0.87% -
XYZ 22.08 22.71 73.03 -
YUV 107.06 193.42 57.34 -
System Red Green Blue C M Y K H S L
Decimal 8 135 223 0.96 0.39 0 0.13 204.56 0.93 0.45
Hex 8 87 DF 60 27 0 D CD 5D 2D
Octal 10 207 337 140 47 0 15 315 135 55
Binary 1000 10000111 11011111 1100000 100111 0 1101 11001101 1011101 101101

Color Harmonies of #0887DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0887DF

Black with #0887DF

Text Example


Text Example

White with #0887DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0887DF; }

 p { color: rgb(8,135,223); }

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

background-color css

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

 a { background-color: rgb(8,135,223); }

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

border-color css

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

 span { border-color: rgb(8,135,223); }

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