#0264C3

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

Shades of Navy Blue #0264C3

Tints of Navy Blue #0264C3

Color information

#0264C3 (or 0x0264C3) is unknown color: approx Navy Blue. HEX triplet: 02, 64 and C3. RGB value is (2,100,195). Sum of RGB (Red+Green+Blue) = 2+100+195=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 195 (76.56% from 255 or 65.66% from 297); Max value from RGB is 195 - color contains mainly: blue. Hex color #0264C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0264C3 is #FD9B3C. Grayscale: #515151. Windows color (decimal): -16620349 or 12805122. OLE color: 12805122.

HSL color Cylindrical-coordinate representation of color #0264C3: hue angle of 209.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264C3 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2100195-
CMYK0.990.4900.24
HSL209.53º97.97%38.63%-
HSV(B)209.53º98.97%76.47%-
XYZ14.4313.0753.39-
YUV81.53192.0371.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 195 (76.56% from 255) = 65.66%
R=0.67%
G=33.67%
B=65.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21001950.990.4900.24209.5397.9738.63
Hex264C36331018d26227
Octal21443031436103032214247
Binary101100100110000111100011110001011000110100101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0264C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0264C3; }

 p { color: rgb(2,100,195); }

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

<style>
 a { background-color: #0264C3; }

 a { background-color: rgb(2,100,195); }

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

<style>
 span { border-color: #0264C3; }

 span { border-color: rgb(2,100,195); }

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