Html Css Color HEX #0872BF Navy Blue

📋 copy color: '#0872BF'

red 8 ◦ green 114 ◦ blue 191

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

Shades of Navy Blue #0872BF

Tints of Navy Blue #0872BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 2.56%
G = 36.42%
B = 61.02%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0872BF (or 0x0872BF) is known color: Navy Blue. HEX triplet: 08, 72 and BF. RGB value is (8,114,191). Sum of RGB (Red+Green+Blue) = 8+114+191=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #0872BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872BF is #F78D40. Grayscale: #5A5A5A. Windows color (decimal): -16223553 or 12546568. OLE color: 12546568.

HSL color Cylindrical-coordinate representation of color #0872BF: hue angle of 205.25º 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 #0872BF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 114 191 -
CMYK 0.96 0.40 0 0.25
HSL 205.25º 0.92% 0.39% -
HSV(B) 205.25º 0.96% 0.75% -
XYZ 15.52 15.85 51.53 -
YUV 91.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 8 114 191 0.96 0.40 0 0.25 205.25 0.92 0.39
Hex 8 72 BF 60 28 0 19 CD 5C 27
Octal 10 162 277 140 50 0 31 315 134 47
Binary 1000 1110010 10111111 1100000 101000 0 11001 11001101 1011100 100111

Color Harmonies of #0872BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872BF

Black with #0872BF

Text Example


Text Example

White with #0872BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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