Html Css Color HEX #25404E Nile Blue

📋 copy color: '#25404E'

red 37 ◦ green 64 ◦ blue 78

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

Shades of Nile Blue #25404E

Tints of Nile Blue #25404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 43.58%

R = 20.67%
G = 35.75%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25404E (or 0x25404E) is known color: Nile Blue. HEX triplet: 25, 40 and 4E. RGB value is (37,64,78). Sum of RGB (Red+Green+Blue) = 37+64+78=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #25404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25404E is #DABFB1. Grayscale: #393939. Windows color (decimal): -14335922 or 5128229. OLE color: 5128229.

HSL color Cylindrical-coordinate representation of color #25404E: hue angle of 200.49º 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 #25404E is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 64 78 -
CMYK 0.53 0.18 0 0.69
HSL 200.49º 0.36% 0.23% -
HSV(B) 200.49º 0.53% 0.31% -
XYZ 3.97 4.61 7.89 -
YUV 57.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 37 64 78 0.53 0.18 0 0.69 200.49 0.36 0.23
Hex 25 40 4E 35 12 0 45 C8 24 17
Octal 45 100 116 65 22 0 105 310 44 27
Binary 100101 1000000 1001110 110101 10010 0 1000101 11001000 100100 10111

Color Harmonies of #25404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25404E

Black with #25404E

Text Example


Text Example

White with #25404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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