Html Css Color HEX #25404F Nile Blue

📋 copy color: '#25404F'

red 37 ◦ green 64 ◦ blue 79

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

Shades of Nile Blue #25404F

Tints of Nile Blue #25404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 43.89%

R = 20.56%
G = 35.56%
B = 43.89%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25404F (or 0x25404F) is known color: Nile Blue. HEX triplet: 25, 40 and 4F. RGB value is (37,64,79). Sum of RGB (Red+Green+Blue) = 37+64+79=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #25404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25404F is #DABFB0. Grayscale: #393939. Windows color (decimal): -14335921 or 5193765. OLE color: 5193765.

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

Color convert

RGB 37 64 79 -
CMYK 0.53 0.19 0 0.69
HSL 201.43º 0.36% 0.23% -
HSV(B) 201.43º 0.53% 0.31% -
XYZ 4.01 4.62 8.08 -
YUV 57.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 37 64 79 0.53 0.19 0 0.69 201.43 0.36 0.23
Hex 25 40 4F 35 13 0 45 C9 24 17
Octal 45 100 117 65 23 0 105 311 44 27
Binary 100101 1000000 1001111 110101 10011 0 1000101 11001001 100100 10111

Color Harmonies of #25404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25404F

Black with #25404F

Text Example


Text Example

White with #25404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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