Html Css Color HEX #007DCF Navy Blue

📋 copy color: '#007DCF'

red 0 ◦ green 125 ◦ blue 207

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

Shades of Navy Blue #007DCF

Tints of Navy Blue #007DCF

RGB

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

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

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

R = 0%
G = 37.65%
B = 62.35%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#007DCF (or 0x007DCF) is known color: Navy Blue. HEX triplet: 00, 7D and CF. RGB value is (0,125,207). Sum of RGB (Red+Green+Blue) = 0+125+207=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #007DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DCF is #FF8230. Grayscale: #606060. Windows color (decimal): -16745009 or 13597952. OLE color: 13597952.

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

Color convert

RGB 0 125 207 -
CMYK 1 0.40 0 0.19
HSL 203.77º 1% 0.41% -
HSV(B) 203.77º 1% 0.81% -
XYZ 18.6 19.17 61.75 -
YUV 96.97 190.09 58.83 -
System Red Green Blue C M Y K H S L
Decimal 0 125 207 1 0.40 0 0.19 203.77 1 0.41
Hex 0 7D CF 64 28 0 13 CC 64 29
Octal 0 175 317 144 50 0 23 314 144 51
Binary 0 1111101 11001111 1100100 101000 0 10011 11001100 1100100 101001

Color Harmonies of #007DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DCF

Black with #007DCF

Text Example


Text Example

White with #007DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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