#007BC7

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

Shades of Navy Blue #007BC7

Tints of Navy Blue #007BC7

Color information

#007BC7 (or 0x007BC7) is unknown color: approx Navy Blue. HEX triplet: 00, 7B and C7. RGB value is (0,123,199). Sum of RGB (Red+Green+Blue) = 0+123+199=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 199 (78.12% from 255 or 61.80% from 322); Max value from RGB is 199 - color contains mainly: blue. Hex color #007BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC7 is #FF8438. Grayscale: #5E5E5E. Windows color (decimal): -16745529 or 13073152. OLE color: 13073152.

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

Color convert

RGB0123199-
CMYK10.3800.22
HSL202.91º100%39.02%-
HSV(B)202.91º100%78.04%-
XYZ17.3918.2956.65-
YUV94.89186.7560.32-

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.20%
BLUE value IS 199 (78.12% from 255) = 61.80%
R=0%
G=38.20%
B=61.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal012319910.3800.22202.9110039.02
Hex07BC76426016cb6427
Octal01733071444602631314447
Binary01111011110001111100100100110010110110010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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