Html Css Color HEX #153457 Regal Blue

📋 copy color: '#153457'

red 21 ◦ green 52 ◦ blue 87

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

Shades of Regal Blue #153457

Tints of Regal Blue #153457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 87 (34.38% from 255) = 54.38%

R = 13.13%
G = 32.5%
B = 54.38%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153457 (or 0x153457) is known color: Regal Blue. HEX triplet: 15, 34 and 57. RGB value is (21,52,87). Sum of RGB (Red+Green+Blue) = 21+52+87=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #153457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153457 is #EACBA8. Grayscale: #2E2E2E. Windows color (decimal): -15387561 or 5714965. OLE color: 5714965.

HSL color Cylindrical-coordinate representation of color #153457: hue angle of 211.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153457 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 52 87 -
CMYK 0.76 0.40 0 0.66
HSL 211.82º 0.61% 0.21% -
HSV(B) 211.82º 0.76% 0.34% -
XYZ 3.26 3.3 9.48 -
YUV 46.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 21 52 87 0.76 0.40 0 0.66 211.82 0.61 0.21
Hex 15 34 57 4C 28 0 42 D4 3D 15
Octal 25 64 127 114 50 0 102 324 75 25
Binary 10101 110100 1010111 1001100 101000 0 1000010 11010100 111101 10101

Color Harmonies of #153457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153457

Black with #153457

Text Example


Text Example

White with #153457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153457; }

 p { color: rgb(21,52,87); }

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

background-color css

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

 a { background-color: rgb(21,52,87); }

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

border-color css

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

 span { border-color: rgb(21,52,87); }

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