Html Css Color HEX #154161 Regal Blue

📋 copy color: '#154161'

red 21 ◦ green 65 ◦ blue 97

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

Shades of Regal Blue #154161

Tints of Regal Blue #154161

RGB

 RED value IS 21 (8.59% from 255) = 11.48%

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

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 11.48%
G = 35.52%
B = 53.01%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154161 (or 0x154161) is known color: Regal Blue. HEX triplet: 15, 41 and 61. RGB value is (21,65,97). Sum of RGB (Red+Green+Blue) = 21+65+97=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #154161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154161 is #EABE9E. Grayscale: #373737. Windows color (decimal): -15384223 or 6373653. OLE color: 6373653.

HSL color Cylindrical-coordinate representation of color #154161: hue angle of 205.26º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154161 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 65 97 -
CMYK 0.78 0.33 0 0.62
HSL 205.26º 0.64% 0.23% -
HSV(B) 205.26º 0.78% 0.38% -
XYZ 4.36 4.8 12.01 -
YUV 55.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 21 65 97 0.78 0.33 0 0.62 205.26 0.64 0.23
Hex 15 41 61 4E 21 0 3E CD 40 17
Octal 25 101 141 116 41 0 76 315 100 27
Binary 10101 1000001 1100001 1001110 100001 0 111110 11001101 1000000 10111

Color Harmonies of #154161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154161

Black with #154161

Text Example


Text Example

White with #154161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154161; }

 p { color: rgb(21,65,97); }

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

background-color css

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

 a { background-color: rgb(21,65,97); }

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

border-color css

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

 span { border-color: rgb(21,65,97); }

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