Html Css Color HEX #153853 Regal Blue

📋 copy color: '#153853'

red 21 ◦ green 56 ◦ blue 83

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

Shades of Regal Blue #153853

Tints of Regal Blue #153853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.88%

R = 13.13%
G = 35%
B = 51.88%

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

#153853 (or 0x153853) is known color: Regal Blue. HEX triplet: 15, 38 and 53. RGB value is (21,56,83). Sum of RGB (Red+Green+Blue) = 21+56+83=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #153853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153853 is #EAC7AC. Grayscale: #303030. Windows color (decimal): -15386541 or 5453845. OLE color: 5453845.

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

Color convert

RGB 21 56 83 -
CMYK 0.75 0.33 0 0.67
HSL 206.13º 0.6% 0.2% -
HSV(B) 206.13º 0.75% 0.33% -
XYZ 3.28 3.61 8.71 -
YUV 48.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 21 56 83 0.75 0.33 0 0.67 206.13 0.6 0.2
Hex 15 38 53 4B 21 0 43 CE 3C 14
Octal 25 70 123 113 41 0 103 316 74 24
Binary 10101 111000 1010011 1001011 100001 0 1000011 11001110 111100 10100

Color Harmonies of #153853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153853

Black with #153853

Text Example


Text Example

White with #153853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153853; }

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

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

background-color css

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

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

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

border-color css

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

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

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