Html Css Color HEX #153D61 Regal Blue

📋 copy color: '#153D61'

red 21 ◦ green 61 ◦ blue 97

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

Shades of Regal Blue #153D61

Tints of Regal Blue #153D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.08%

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

R = 11.73%
G = 34.08%
B = 54.19%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153D61 (or 0x153D61) is known color: Regal Blue. HEX triplet: 15, 3D and 61. RGB value is (21,61,97). Sum of RGB (Red+Green+Blue) = 21+61+97=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #153D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D61 is #EAC29E. Grayscale: #343434. Windows color (decimal): -15385247 or 6372629. OLE color: 6372629.

HSL color Cylindrical-coordinate representation of color #153D61: hue angle of 208.42º 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 #153D61 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 61 97 -
CMYK 0.78 0.37 0 0.62
HSL 208.42º 0.64% 0.23% -
HSV(B) 208.42º 0.78% 0.38% -
XYZ 4.14 4.36 11.93 -
YUV 53.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 21 61 97 0.78 0.37 0 0.62 208.42 0.64 0.23
Hex 15 3D 61 4E 25 0 3E D0 40 17
Octal 25 75 141 116 45 0 76 320 100 27
Binary 10101 111101 1100001 1001110 100101 0 111110 11010000 1000000 10111

Color Harmonies of #153D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D61

Black with #153D61

Text Example


Text Example

White with #153D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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