#254153

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

Shades of Nile Blue #254153

Tints of Nile Blue #254153

Color information

#254153 (or 0x254153) is unknown color: approx Nile Blue. HEX triplet: 25, 41 and 53. RGB value is (37,65,83). Sum of RGB (Red+Green+Blue) = 37+65+83=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 65 (25.78% from 255 or 35.14% 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 #254153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254153 is #DABEAC. Grayscale: #3A3A3A. Windows color (decimal): -14335661 or 5456165. OLE color: 5456165.

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

Color convert

RGB376583-
CMYK0.550.2200.67
HSL203.48º38.33%23.53%-
HSV(B)203.48º55.42%32.55%-
XYZ4.214.88.89-
YUV58.68141.72112.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=20%
G=35.14%
B=44.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3765830.550.2200.67203.4838.3323.53
Hex2541533716043cb2618
Octal45101123672601033134630
Binary1001011000001101001111011110110010000111100101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254153; }

 p { color: rgb(37,65,83); }

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

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

 a { background-color: rgb(37,65,83); }

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

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

 span { border-color: rgb(37,65,83); }

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