Html Css Color HEX #254159 Regal Blue

📋 copy color: '#254159'

red 37 ◦ green 65 ◦ blue 89

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

Shades of Regal Blue #254159

Tints of Regal Blue #254159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 19.37%
G = 34.03%
B = 46.6%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#254159 (or 0x254159) is known color: Regal Blue. HEX triplet: 25, 41 and 59. RGB value is (37,65,89). Sum of RGB (Red+Green+Blue) = 37+65+89=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #254159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254159 is #DABEA6. Grayscale: #3B3B3B. Windows color (decimal): -14335655 or 5849381. OLE color: 5849381.

HSL color Cylindrical-coordinate representation of color #254159: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254159 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 65 89 -
CMYK 0.58 0.27 0 0.65
HSL 207.69º 0.41% 0.25% -
HSV(B) 207.69º 0.58% 0.35% -
XYZ 4.46 4.9 10.16 -
YUV 59.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 37 65 89 0.58 0.27 0 0.65 207.69 0.41 0.25
Hex 25 41 59 3A 1B 0 41 D0 29 19
Octal 45 101 131 72 33 0 101 320 51 31
Binary 100101 1000001 1011001 111010 11011 0 1000001 11010000 101001 11001

Color Harmonies of #254159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254159

Black with #254159

Text Example


Text Example

White with #254159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254159; }

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

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

background-color css

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

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

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

border-color css

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

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

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