Html Css Color HEX #0875DD Navy Blue

📋 copy color: '#0875DD'

red 8 ◦ green 117 ◦ blue 221

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

Shades of Navy Blue #0875DD

Tints of Navy Blue #0875DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 2.31%
G = 33.82%
B = 63.87%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0875DD (or 0x0875DD) is known color: Navy Blue. HEX triplet: 08, 75 and DD. RGB value is (8,117,221). Sum of RGB (Red+Green+Blue) = 8+117+221=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #0875DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0875DD is #F78A22. Grayscale: #5F5F5F. Windows color (decimal): -16222755 or 14513416. OLE color: 14513416.

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

Color convert

RGB 8 117 221 -
CMYK 0.96 0.47 0 0.13
HSL 209.3º 0.93% 0.45% -
HSV(B) 209.3º 0.96% 0.87% -
XYZ 19.51 17.99 70.85 -
YUV 96.27 198.39 65.04 -
System Red Green Blue C M Y K H S L
Decimal 8 117 221 0.96 0.47 0 0.13 209.3 0.93 0.45
Hex 8 75 DD 60 2F 0 D D1 5D 2D
Octal 10 165 335 140 57 0 15 321 135 55
Binary 1000 1110101 11011101 1100000 101111 0 1101 11010001 1011101 101101

Color Harmonies of #0875DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0875DD

Black with #0875DD

Text Example


Text Example

White with #0875DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0875DD; }

 p { color: rgb(8,117,221); }

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

background-color css

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

 a { background-color: rgb(8,117,221); }

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

border-color css

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

 span { border-color: rgb(8,117,221); }

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