Html Css Color HEX #153450 Regal Blue

📋 copy color: '#153450'

red 21 ◦ green 52 ◦ blue 80

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

Shades of Regal Blue #153450

Tints of Regal Blue #153450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.29%

R = 13.73%
G = 33.99%
B = 52.29%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153450 (or 0x153450) is known color: Regal Blue. HEX triplet: 15, 34 and 50. RGB value is (21,52,80). Sum of RGB (Red+Green+Blue) = 21+52+80=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #153450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153450 is #EACBAF. Grayscale: #2D2D2D. Windows color (decimal): -15387568 or 5256213. OLE color: 5256213.

HSL color Cylindrical-coordinate representation of color #153450: hue angle of 208.47º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153450 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 52 80 -
CMYK 0.74 0.35 0 0.69
HSL 208.47º 0.58% 0.2% -
HSV(B) 208.47º 0.74% 0.31% -
XYZ 2.99 3.19 8.05 -
YUV 45.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 21 52 80 0.74 0.35 0 0.69 208.47 0.58 0.2
Hex 15 34 50 4A 23 0 45 D0 3A 14
Octal 25 64 120 112 43 0 105 320 72 24
Binary 10101 110100 1010000 1001010 100011 0 1000101 11010000 111010 10100

Color Harmonies of #153450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153450

Black with #153450

Text Example


Text Example

White with #153450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153450; }

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

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

background-color css

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

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

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

border-color css

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

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

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