Html Css Color HEX #007DC8 Navy Blue

📋 copy color: '#007DC8'

red 0 ◦ green 125 ◦ blue 200

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

Shades of Navy Blue #007DC8

Tints of Navy Blue #007DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 61.54%

R = 0%
G = 38.46%
B = 61.54%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#007DC8 (or 0x007DC8) is known color: Navy Blue. HEX triplet: 00, 7D and C8. RGB value is (0,125,200). Sum of RGB (Red+Green+Blue) = 0+125+200=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #007DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DC8 is #FF8237. Grayscale: #5F5F5F. Windows color (decimal): -16745016 or 13139200. OLE color: 13139200.

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

Color convert

RGB 0 125 200 -
CMYK 1 0.38 0 0.22
HSL 202.5º 1% 0.39% -
HSV(B) 202.5º 1% 0.78% -
XYZ 17.76 18.84 57.34 -
YUV 96.18 186.59 59.4 -
System Red Green Blue C M Y K H S L
Decimal 0 125 200 1 0.38 0 0.22 202.5 1 0.39
Hex 0 7D C8 64 26 0 16 CA 64 27
Octal 0 175 310 144 46 0 26 312 144 47
Binary 0 1111101 11001000 1100100 100110 0 10110 11001010 1100100 100111

Color Harmonies of #007DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DC8

Black with #007DC8

Text Example


Text Example

White with #007DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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