Html Css Color HEX #007DCB Navy Blue

📋 copy color: '#007DCB'

red 0 ◦ green 125 ◦ blue 203

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

Shades of Navy Blue #007DCB

Tints of Navy Blue #007DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 0%
G = 38.11%
B = 61.89%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#007DCB (or 0x007DCB) is known color: Navy Blue. HEX triplet: 00, 7D and CB. RGB value is (0,125,203). Sum of RGB (Red+Green+Blue) = 0+125+203=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #007DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DCB is #FF8234. Grayscale: #606060. Windows color (decimal): -16745013 or 13335808. OLE color: 13335808.

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

Color convert

RGB 0 125 203 -
CMYK 1 0.38 0 0.20
HSL 203.05º 1% 0.4% -
HSV(B) 203.05º 1% 0.8% -
XYZ 18.11 18.98 59.21 -
YUV 96.52 188.09 59.16 -
System Red Green Blue C M Y K H S L
Decimal 0 125 203 1 0.38 0 0.20 203.05 1 0.4
Hex 0 7D CB 64 26 0 14 CB 64 28
Octal 0 175 313 144 46 0 24 313 144 50
Binary 0 1111101 11001011 1100100 100110 0 10100 11001011 1100100 101000

Color Harmonies of #007DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007DCB

Black with #007DCB

Text Example


Text Example

White with #007DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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