Html Css Color HEX #153458 Regal Blue

📋 copy color: '#153458'

red 21 ◦ green 52 ◦ blue 88

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

Shades of Regal Blue #153458

Tints of Regal Blue #153458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 13.04%
G = 32.3%
B = 54.66%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#153458 (or 0x153458) is known color: Regal Blue. HEX triplet: 15, 34 and 58. RGB value is (21,52,88). Sum of RGB (Red+Green+Blue) = 21+52+88=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #153458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153458 is #EACBA7. Grayscale: #2E2E2E. Windows color (decimal): -15387560 or 5780501. OLE color: 5780501.

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

Color convert

RGB 21 52 88 -
CMYK 0.76 0.41 0 0.65
HSL 212.24º 0.61% 0.21% -
HSV(B) 212.24º 0.76% 0.35% -
XYZ 3.3 3.32 9.7 -
YUV 46.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 21 52 88 0.76 0.41 0 0.65 212.24 0.61 0.21
Hex 15 34 58 4C 29 0 41 D4 3D 15
Octal 25 64 130 114 51 0 101 324 75 25
Binary 10101 110100 1011000 1001100 101001 0 1000001 11010100 111101 10101

Color Harmonies of #153458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153458

Black with #153458

Text Example


Text Example

White with #153458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153458; }

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

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

background-color css

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

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

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

border-color css

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

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

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