Html Css Color HEX #007BCD Navy Blue

📋 copy color: '#007BCD'

red 0 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #007BCD

Tints of Navy Blue #007BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#007BCD (or 0x007BCD) is known color: Navy Blue. HEX triplet: 00, 7B and CD. RGB value is (0,123,205). Sum of RGB (Red+Green+Blue) = 0+123+205=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #007BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BCD is #FF8432. Grayscale: #5F5F5F. Windows color (decimal): -16745523 or 13466368. OLE color: 13466368.

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

Color convert

RGB 0 123 205 -
CMYK 1 0.4 0 0.20
HSL 204º 1% 0.4% -
HSV(B) 204º 1% 0.8% -
XYZ 18.1 18.57 60.39 -
YUV 95.57 189.75 59.83 -
System Red Green Blue C M Y K H S L
Decimal 0 123 205 1 0.4 0 0.20 204 1 0.4
Hex 0 7B CD 64 28 0 14 CC 64 28
Octal 0 173 315 144 50 0 24 314 144 50
Binary 0 1111011 11001101 1100100 101000 0 10100 11001100 1100100 101000

Color Harmonies of #007BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BCD

Black with #007BCD

Text Example


Text Example

White with #007BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,123,205); }

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

background-color css

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

 a { background-color: rgb(0,123,205); }

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

border-color css

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

 span { border-color: rgb(0,123,205); }

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