Html Css Color HEX #0072BB Navy Blue

📋 copy color: '#0072BB'

red 0 ◦ green 114 ◦ blue 187

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

Shades of Navy Blue #0072BB

Tints of Navy Blue #0072BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.13%

R = 0%
G = 37.87%
B = 62.13%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0072BB (or 0x0072BB) is known color: Navy Blue. HEX triplet: 00, 72 and BB. RGB value is (0,114,187). Sum of RGB (Red+Green+Blue) = 0+114+187=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #0072BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BB is #FF8D44. Grayscale: #575757. Windows color (decimal): -16747845 or 12284416. OLE color: 12284416.

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

Color convert

RGB 0 114 187 -
CMYK 1 0.39 0 0.27
HSL 203.42º 1% 0.37% -
HSV(B) 203.42º 1% 0.73% -
XYZ 14.99 15.62 49.24 -
YUV 88.24 183.73 65.06 -
System Red Green Blue C M Y K H S L
Decimal 0 114 187 1 0.39 0 0.27 203.42 1 0.37
Hex 0 72 BB 64 27 0 1B CB 64 25
Octal 0 162 273 144 47 0 33 313 144 45
Binary 0 1110010 10111011 1100100 100111 0 11011 11001011 1100100 100101

Color Harmonies of #0072BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072BB

Black with #0072BB

Text Example


Text Example

White with #0072BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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