Html Css Color HEX #0073CF Navy Blue

📋 copy color: '#0073CF'

red 0 ◦ green 115 ◦ blue 207

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

Shades of Navy Blue #0073CF

Tints of Navy Blue #0073CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

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

R = 0%
G = 35.71%
B = 64.29%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0073CF (or 0x0073CF) is known color: Navy Blue. HEX triplet: 00, 73 and CF. RGB value is (0,115,207). Sum of RGB (Red+Green+Blue) = 0+115+207=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #0073CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073CF is #FF8C30. Grayscale: #5A5A5A. Windows color (decimal): -16747569 or 13595392. OLE color: 13595392.

HSL color Cylindrical-coordinate representation of color #0073CF: hue angle of 206.67º 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 #0073CF is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 115 207 -
CMYK 1 0.44 0 0.19
HSL 206.67º 1% 0.41% -
HSV(B) 206.67º 1% 0.81% -
XYZ 17.39 16.77 61.35 -
YUV 91.1 193.4 63.02 -
System Red Green Blue C M Y K H S L
Decimal 0 115 207 1 0.44 0 0.19 206.67 1 0.41
Hex 0 73 CF 64 2C 0 13 CF 64 29
Octal 0 163 317 144 54 0 23 317 144 51
Binary 0 1110011 11001111 1100100 101100 0 10011 11001111 1100100 101001

Color Harmonies of #0073CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073CF

Black with #0073CF

Text Example


Text Example

White with #0073CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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