Html Css Color HEX #007DCC Navy Blue

📋 copy color: '#007DCC'

red 0 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #007DCC

Tints of Navy Blue #007DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 0%
G = 37.99%
B = 62.01%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#007DCC (or 0x007DCC) is known color: Navy Blue. HEX triplet: 00, 7D and CC. RGB value is (0,125,204). Sum of RGB (Red+Green+Blue) = 0+125+204=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #007DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DCC is #FF8233. Grayscale: #606060. Windows color (decimal): -16745012 or 13401344. OLE color: 13401344.

HSL color Cylindrical-coordinate representation of color #007DCC: hue angle of 203.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DCC is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 125 204 -
CMYK 1 0.39 0 0.2
HSL 203.24º 1% 0.4% -
HSV(B) 203.24º 1% 0.8% -
XYZ 18.23 19.03 59.84 -
YUV 96.63 188.59 59.08 -
System Red Green Blue C M Y K H S L
Decimal 0 125 204 1 0.39 0 0.2 203.24 1 0.4
Hex 0 7D CC 64 27 0 14 CB 64 28
Octal 0 175 314 144 47 0 24 313 144 50
Binary 0 1111101 11001100 1100100 100111 0 10100 11001011 1100100 101000

Color Harmonies of #007DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DCC

Black with #007DCC

Text Example


Text Example

White with #007DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007DCC; }

 p { color: rgb(0,125,204); }

 H1.HeaderClassName
 {
   color: #007DCC;
 }
 .AnyTagClassName
 {
   color: #007DCC;
 }
</style>

background-color css

<style>
 a { background-color: #007DCC; }

 a { background-color: rgb(0,125,204); }

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

border-color css

<style>
 span { border-color: #007DCC; }

 span { border-color: rgb(0,125,204); }

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