Html Css Color HEX #007DC2 Navy Blue

📋 copy color: '#007DC2'

red 0 ◦ green 125 ◦ blue 194

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

Shades of Navy Blue #007DC2

Tints of Navy Blue #007DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 60.82%

R = 0%
G = 39.18%
B = 60.82%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#007DC2 (or 0x007DC2) is known color: Navy Blue. HEX triplet: 00, 7D and C2. RGB value is (0,125,194). Sum of RGB (Red+Green+Blue) = 0+125+194=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #007DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DC2 is #FF823D. Grayscale: #5F5F5F. Windows color (decimal): -16745022 or 12745984. OLE color: 12745984.

HSL color Cylindrical-coordinate representation of color #007DC2: hue angle of 201.34º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007DC2 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 125 194 -
CMYK 1 0.36 0 0.24
HSL 201.34º 1% 0.38% -
HSV(B) 201.34º 1% 0.76% -
XYZ 17.07 18.56 53.72 -
YUV 95.49 183.59 59.89 -
System Red Green Blue C M Y K H S L
Decimal 0 125 194 1 0.36 0 0.24 201.34 1 0.38
Hex 0 7D C2 64 24 0 18 C9 64 26
Octal 0 175 302 144 44 0 30 311 144 46
Binary 0 1111101 11000010 1100100 100100 0 11000 11001001 1100100 100110

Color Harmonies of #007DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DC2

Black with #007DC2

Text Example


Text Example

White with #007DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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