Html Css Color HEX #007BCC Navy Blue

📋 copy color: '#007BCC'

red 0 ◦ green 123 ◦ blue 204

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

Shades of Navy Blue #007BCC

Tints of Navy Blue #007BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 0%
G = 37.61%
B = 62.39%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#007BCC (or 0x007BCC) is known color: Navy Blue. HEX triplet: 00, 7B and CC. RGB value is (0,123,204). Sum of RGB (Red+Green+Blue) = 0+123+204=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #007BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BCC is #FF8433. Grayscale: #5F5F5F. Windows color (decimal): -16745524 or 13400832. OLE color: 13400832.

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

Color convert

RGB 0 123 204 -
CMYK 1 0.40 0 0.2
HSL 203.82º 1% 0.4% -
HSV(B) 203.82º 1% 0.8% -
XYZ 17.98 18.53 59.75 -
YUV 95.46 189.25 59.91 -
System Red Green Blue C M Y K H S L
Decimal 0 123 204 1 0.40 0 0.2 203.82 1 0.4
Hex 0 7B CC 64 28 0 14 CC 64 28
Octal 0 173 314 144 50 0 24 314 144 50
Binary 0 1111011 11001100 1100100 101000 0 10100 11001100 1100100 101000

Color Harmonies of #007BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BCC

Black with #007BCC

Text Example


Text Example

White with #007BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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