Html Css Color HEX #0872DF Navy Blue

📋 copy color: '#0872DF'

red 8 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #0872DF

Tints of Navy Blue #0872DF

RGB

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

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

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

R = 2.32%
G = 33.04%
B = 64.64%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0872DF (or 0x0872DF) is known color: Navy Blue. HEX triplet: 08, 72 and DF. RGB value is (8,114,223). Sum of RGB (Red+Green+Blue) = 8+114+223=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #0872DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0872DF is #F78D20. Grayscale: #5E5E5E. Windows color (decimal): -16223521 or 14643720. OLE color: 14643720.

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

Color convert

RGB 8 114 223 -
CMYK 0.96 0.49 0 0.13
HSL 210.42º 0.93% 0.45% -
HSV(B) 210.42º 0.96% 0.87% -
XYZ 19.44 17.41 72.15 -
YUV 94.73 200.38 66.14 -
System Red Green Blue C M Y K H S L
Decimal 8 114 223 0.96 0.49 0 0.13 210.42 0.93 0.45
Hex 8 72 DF 60 31 0 D D2 5D 2D
Octal 10 162 337 140 61 0 15 322 135 55
Binary 1000 1110010 11011111 1100000 110001 0 1101 11010010 1011101 101101

Color Harmonies of #0872DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0872DF

Black with #0872DF

Text Example


Text Example

White with #0872DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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