Html Css Color HEX #153850 Regal Blue

📋 copy color: '#153850'

red 21 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #153850

Tints of Regal Blue #153850

RGB

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

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

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

R = 13.38%
G = 35.67%
B = 50.96%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153850 (or 0x153850) is known color: Regal Blue. HEX triplet: 15, 38 and 50. RGB value is (21,56,80). Sum of RGB (Red+Green+Blue) = 21+56+80=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #153850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153850 is #EAC7AF. Grayscale: #303030. Windows color (decimal): -15386544 or 5257237. OLE color: 5257237.

HSL color Cylindrical-coordinate representation of color #153850: hue angle of 204.41º 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 #153850 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 56 80 -
CMYK 0.74 0.30 0 0.69
HSL 204.41º 0.58% 0.2% -
HSV(B) 204.41º 0.74% 0.31% -
XYZ 3.17 3.57 8.11 -
YUV 48.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 21 56 80 0.74 0.30 0 0.69 204.41 0.58 0.2
Hex 15 38 50 4A 1E 0 45 CC 3A 14
Octal 25 70 120 112 36 0 105 314 72 24
Binary 10101 111000 1010000 1001010 11110 0 1000101 11001100 111010 10100

Color Harmonies of #153850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153850

Black with #153850

Text Example


Text Example

White with #153850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153850; }

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

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

background-color css

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

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

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

border-color css

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

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

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