Html Css Color HEX #254053 Nile Blue

📋 copy color: '#254053'

red 37 ◦ green 64 ◦ blue 83

#254053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #254053

Tints of Nile Blue #254053

RGB

 RED value IS 37 (14.84% from 255) = 20.11%

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 20.11%
G = 34.78%
B = 45.11%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254053 (or 0x254053) is known color: Nile Blue. HEX triplet: 25, 40 and 53. RGB value is (37,64,83). Sum of RGB (Red+Green+Blue) = 37+64+83=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #254053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254053 is #DABFAC. Grayscale: #393939. Windows color (decimal): -14335917 or 5455909. OLE color: 5455909.

HSL color Cylindrical-coordinate representation of color #254053: hue angle of 204.78º 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 #254053 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 64 83 -
CMYK 0.55 0.23 0 0.67
HSL 204.78º 0.38% 0.24% -
HSV(B) 204.78º 0.55% 0.33% -
XYZ 4.16 4.68 8.87 -
YUV 58.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 37 64 83 0.55 0.23 0 0.67 204.78 0.38 0.24
Hex 25 40 53 37 17 0 43 CD 26 18
Octal 45 100 123 67 27 0 103 315 46 30
Binary 100101 1000000 1010011 110111 10111 0 1000011 11001101 100110 11000

Color Harmonies of #254053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254053

Black with #254053

Text Example


Text Example

White with #254053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254053; }

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

 H1.HeaderClassName
 {
   color: #254053;
 }
 .AnyTagClassName
 {
   color: #254053;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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