Html Css Color HEX #254253 Nile Blue

📋 copy color: '#254253'

red 37 ◦ green 66 ◦ blue 83

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

Shades of Nile Blue #254253

Tints of Nile Blue #254253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 19.89%
G = 35.48%
B = 44.62%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#254253 (or 0x254253) is known color: Nile Blue. HEX triplet: 25, 42 and 53. RGB value is (37,66,83). Sum of RGB (Red+Green+Blue) = 37+66+83=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #254253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254253 is #DABDAC. Grayscale: #3B3B3B. Windows color (decimal): -14335405 or 5456421. OLE color: 5456421.

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

Color convert

RGB 37 66 83 -
CMYK 0.55 0.20 0 0.67
HSL 202.17º 0.38% 0.24% -
HSV(B) 202.17º 0.55% 0.33% -
XYZ 4.27 4.91 8.91 -
YUV 59.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 37 66 83 0.55 0.20 0 0.67 202.17 0.38 0.24
Hex 25 42 53 37 14 0 43 CA 26 18
Octal 45 102 123 67 24 0 103 312 46 30
Binary 100101 1000010 1010011 110111 10100 0 1000011 11001010 100110 11000

Color Harmonies of #254253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254253

Black with #254253

Text Example


Text Example

White with #254253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254253; }

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

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

background-color css

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

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

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

border-color css

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

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

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