Html Css Color HEX #0072CF Navy Blue

📋 copy color: '#0072CF'

red 0 ◦ green 114 ◦ blue 207

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

Shades of Navy Blue #0072CF

Tints of Navy Blue #0072CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.49%

R = 0%
G = 35.51%
B = 64.49%

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

#0072CF (or 0x0072CF) is known color: Navy Blue. HEX triplet: 00, 72 and CF. RGB value is (0,114,207). Sum of RGB (Red+Green+Blue) = 0+114+207=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #0072CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072CF is #FF8D30. Grayscale: #5A5A5A. Windows color (decimal): -16747825 or 13595136. OLE color: 13595136.

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

Color convert

RGB 0 114 207 -
CMYK 1 0.45 0 0.19
HSL 206.96º 1% 0.41% -
HSV(B) 206.96º 1% 0.81% -
XYZ 17.28 16.54 61.31 -
YUV 90.52 193.73 63.44 -
System Red Green Blue C M Y K H S L
Decimal 0 114 207 1 0.45 0 0.19 206.96 1 0.41
Hex 0 72 CF 64 2D 0 13 CF 64 29
Octal 0 162 317 144 55 0 23 317 144 51
Binary 0 1110010 11001111 1100100 101101 0 10011 11001111 1100100 101001

Color Harmonies of #0072CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072CF

Black with #0072CF

Text Example


Text Example

White with #0072CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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