#264053

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

Shades of Nile Blue #264053

Tints of Nile Blue #264053

Color information

#264053 (or 0x264053) is unknown color: approx Nile Blue. HEX triplet: 26, 40 and 53. RGB value is (38,64,83). Sum of RGB (Red+Green+Blue) = 38+64+83=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #264053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264053 is #D9BFAC. Grayscale: #3A3A3A. Windows color (decimal): -14270381 or 5455910. OLE color: 5455910.

HSL color Cylindrical-coordinate representation of color #264053: hue angle of 205.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264053 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB386483-
CMYK0.540.2300.67
HSL205.33º37.19%23.73%-
HSV(B)205.33º54.22%32.55%-
XYZ4.194.78.87-
YUV58.39141.89113.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=20.54%
G=34.59%
B=44.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3864830.540.2300.67205.3337.1923.73
Hex2640533617043cd2518
Octal46100123662701033154530
Binary1001101000000101001111011010111010000111100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264053; }

 p { color: rgb(38,64,83); }

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

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

 a { background-color: rgb(38,64,83); }

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

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

 span { border-color: rgb(38,64,83); }

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