Html Css Color HEX #0072BF Navy Blue

📋 copy color: '#0072BF'

red 0 ◦ green 114 ◦ blue 191

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

Shades of Navy Blue #0072BF

Tints of Navy Blue #0072BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 37.38%
B = 62.62%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0072BF (or 0x0072BF) is known color: Navy Blue. HEX triplet: 00, 72 and BF. RGB value is (0,114,191). Sum of RGB (Red+Green+Blue) = 0+114+191=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #0072BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BF is #FF8D40. Grayscale: #585858. Windows color (decimal): -16747841 or 12546560. OLE color: 12546560.

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

Color convert

RGB 0 114 191 -
CMYK 1 0.40 0 0.25
HSL 204.19º 1% 0.37% -
HSV(B) 204.19º 1% 0.75% -
XYZ 15.42 15.8 51.53 -
YUV 88.69 185.73 64.74 -
System Red Green Blue C M Y K H S L
Decimal 0 114 191 1 0.40 0 0.25 204.19 1 0.37
Hex 0 72 BF 64 28 0 19 CC 64 25
Octal 0 162 277 144 50 0 31 314 144 45
Binary 0 1110010 10111111 1100100 101000 0 11001 11001100 1100100 100101

Color Harmonies of #0072BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072BF

Black with #0072BF

Text Example


Text Example

White with #0072BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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