Html Css Color HEX #0072BE Navy Blue

📋 copy color: '#0072BE'

red 0 ◦ green 114 ◦ blue 190

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

Shades of Navy Blue #0072BE

Tints of Navy Blue #0072BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

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

#0072BE (or 0x0072BE) is known color: Navy Blue. HEX triplet: 00, 72 and BE. RGB value is (0,114,190). Sum of RGB (Red+Green+Blue) = 0+114+190=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #0072BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BE is #FF8D41. Grayscale: #585858. Windows color (decimal): -16747842 or 12481024. OLE color: 12481024.

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

Color convert

RGB 0 114 190 -
CMYK 1 0.40 0 0.25
HSL 204º 1% 0.37% -
HSV(B) 204º 1% 0.75% -
XYZ 15.31 15.75 50.95 -
YUV 88.58 185.23 64.82 -
System Red Green Blue C M Y K H S L
Decimal 0 114 190 1 0.40 0 0.25 204 1 0.37
Hex 0 72 BE 64 28 0 19 CC 64 25
Octal 0 162 276 144 50 0 31 314 144 45
Binary 0 1110010 10111110 1100100 101000 0 11001 11001100 1100100 100101

Color Harmonies of #0072BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072BE

Black with #0072BE

Text Example


Text Example

White with #0072BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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