Html Css Color HEX #254150 Nile Blue

📋 copy color: '#254150'

red 37 ◦ green 65 ◦ blue 80

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

Shades of Nile Blue #254150

Tints of Nile Blue #254150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 80 (31.64% from 255) = 43.96%

R = 20.33%
G = 35.71%
B = 43.96%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254150 (or 0x254150) is known color: Nile Blue. HEX triplet: 25, 41 and 50. RGB value is (37,65,80). Sum of RGB (Red+Green+Blue) = 37+65+80=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #254150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254150 is #DABEAF. Grayscale: #3A3A3A. Windows color (decimal): -14335664 or 5259557. OLE color: 5259557.

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

Color convert

RGB 37 65 80 -
CMYK 0.54 0.19 0 0.69
HSL 200.93º 0.37% 0.23% -
HSV(B) 200.93º 0.54% 0.31% -
XYZ 4.1 4.75 8.29 -
YUV 58.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 37 65 80 0.54 0.19 0 0.69 200.93 0.37 0.23
Hex 25 41 50 36 13 0 45 C9 25 17
Octal 45 101 120 66 23 0 105 311 45 27
Binary 100101 1000001 1010000 110110 10011 0 1000101 11001001 100101 10111

Color Harmonies of #254150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254150

Black with #254150

Text Example


Text Example

White with #254150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254150; }

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

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

background-color css

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

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

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

border-color css

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

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

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