Html Css Color HEX #0875BF Navy Blue

📋 copy color: '#0875BF'

red 8 ◦ green 117 ◦ blue 191

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

Shades of Navy Blue #0875BF

Tints of Navy Blue #0875BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 2.53%
G = 37.03%
B = 60.44%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0875BF (or 0x0875BF) is known color: Navy Blue. HEX triplet: 08, 75 and BF. RGB value is (8,117,191). Sum of RGB (Red+Green+Blue) = 8+117+191=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #0875BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0875BF is #F78A40. Grayscale: #5C5C5C. Windows color (decimal): -16222785 or 12547336. OLE color: 12547336.

HSL color Cylindrical-coordinate representation of color #0875BF: hue angle of 204.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0875BF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 117 191 -
CMYK 0.96 0.39 0 0.25
HSL 204.26º 0.92% 0.39% -
HSV(B) 204.26º 0.96% 0.75% -
XYZ 15.87 16.54 51.65 -
YUV 92.85 183.39 67.48 -
System Red Green Blue C M Y K H S L
Decimal 8 117 191 0.96 0.39 0 0.25 204.26 0.92 0.39
Hex 8 75 BF 60 27 0 19 CC 5C 27
Octal 10 165 277 140 47 0 31 314 134 47
Binary 1000 1110101 10111111 1100000 100111 0 11001 11001100 1011100 100111

Color Harmonies of #0875BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0875BF

Black with #0875BF

Text Example


Text Example

White with #0875BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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