Html Css Color HEX #153854 Regal Blue

📋 copy color: '#153854'

red 21 ◦ green 56 ◦ blue 84

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

Shades of Regal Blue #153854

Tints of Regal Blue #153854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

 BLUE value IS 84 (33.2% from 255) = 52.17%

R = 13.04%
G = 34.78%
B = 52.17%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153854 (or 0x153854) is known color: Regal Blue. HEX triplet: 15, 38 and 54. RGB value is (21,56,84). Sum of RGB (Red+Green+Blue) = 21+56+84=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #153854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153854 is #EAC7AB. Grayscale: #303030. Windows color (decimal): -15386540 or 5519381. OLE color: 5519381.

HSL color Cylindrical-coordinate representation of color #153854: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153854 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 56 84 -
CMYK 0.75 0.33 0 0.67
HSL 206.67º 0.6% 0.21% -
HSV(B) 206.67º 0.75% 0.33% -
XYZ 3.32 3.63 8.91 -
YUV 48.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 21 56 84 0.75 0.33 0 0.67 206.67 0.6 0.21
Hex 15 38 54 4B 21 0 43 CF 3C 15
Octal 25 70 124 113 41 0 103 317 74 25
Binary 10101 111000 1010100 1001011 100001 0 1000011 11001111 111100 10101

Color Harmonies of #153854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153854

Black with #153854

Text Example


Text Example

White with #153854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153854; }

 p { color: rgb(21,56,84); }

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

background-color css

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

 a { background-color: rgb(21,56,84); }

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

border-color css

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

 span { border-color: rgb(21,56,84); }

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