#007BC8

Color #007BC8 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #007BC8

Tints of Navy Blue #007BC8

Color information

#007BC8 (or 0x007BC8) is unknown color: approx Navy Blue. HEX triplet: 00, 7B and C8. RGB value is (0,123,200). Sum of RGB (Red+Green+Blue) = 0+123+200=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 200 (78.52% from 255 or 61.92% from 323); Max value from RGB is 200 - color contains mainly: blue. Hex color #007BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC8 is #FF8437. Grayscale: #5E5E5E. Windows color (decimal): -16745528 or 13138688. OLE color: 13138688.

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

Color convert

RGB0123200-
CMYK10.3800.22
HSL203.1º100%39.22%-
HSV(B)203.1º100%78.43%-
XYZ17.5118.3457.26-
YUV95187.2560.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 200 (78.52% from 255) = 61.92%
R=0%
G=38.08%
B=61.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal012320010.3800.22203.110039.22
Hex07BC86426016cb6427
Octal01733101444602631314447
Binary01111011110010001100100100110010110110010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #007BC8;
 }
 .AnyTagClassName
 {
   color: #007BC8;
 }
</style>
background-color css

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

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

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

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

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

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