Html Css Color HEX #0072CE Navy Blue

📋 copy color: '#0072CE'

red 0 ◦ green 114 ◦ blue 206

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

Shades of Navy Blue #0072CE

Tints of Navy Blue #0072CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.38%

R = 0%
G = 35.63%
B = 64.38%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0072CE (or 0x0072CE) is known color: Navy Blue. HEX triplet: 00, 72 and CE. RGB value is (0,114,206). Sum of RGB (Red+Green+Blue) = 0+114+206=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #0072CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072CE is #FF8D31. Grayscale: #595959. Windows color (decimal): -16747826 or 13529600. OLE color: 13529600.

HSL color Cylindrical-coordinate representation of color #0072CE: hue angle of 206.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072CE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 114 206 -
CMYK 1 0.45 0 0.19
HSL 206.8º 1% 0.4% -
HSV(B) 206.8º 1% 0.81% -
XYZ 17.16 16.49 60.67 -
YUV 90.4 193.23 63.52 -
System Red Green Blue C M Y K H S L
Decimal 0 114 206 1 0.45 0 0.19 206.8 1 0.4
Hex 0 72 CE 64 2D 0 13 CF 64 28
Octal 0 162 316 144 55 0 23 317 144 50
Binary 0 1110010 11001110 1100100 101101 0 10011 11001111 1100100 101000

Color Harmonies of #0072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072CE

Black with #0072CE

Text Example


Text Example

White with #0072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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