Html Css Color HEX #153D69 Regal Blue

📋 copy color: '#153D69'

red 21 ◦ green 61 ◦ blue 105

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

Shades of Regal Blue #153D69

Tints of Regal Blue #153D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 11.23%
G = 32.62%
B = 56.15%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#153D69 (or 0x153D69) is known color: Regal Blue. HEX triplet: 15, 3D and 69. RGB value is (21,61,105). Sum of RGB (Red+Green+Blue) = 21+61+105=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #153D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D69 is #EAC296. Grayscale: #353535. Windows color (decimal): -15385239 or 6896917. OLE color: 6896917.

HSL color Cylindrical-coordinate representation of color #153D69: hue angle of 211.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153D69 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 61 105 -
CMYK 0.80 0.42 0 0.59
HSL 211.43º 0.67% 0.25% -
HSV(B) 211.43º 0.8% 0.41% -
XYZ 4.53 4.52 14 -
YUV 54.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 21 61 105 0.80 0.42 0 0.59 211.43 0.67 0.25
Hex 15 3D 69 50 2A 0 3B D3 43 19
Octal 25 75 151 120 52 0 73 323 103 31
Binary 10101 111101 1101001 1010000 101010 0 111011 11010011 1000011 11001

Color Harmonies of #153D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D69

Black with #153D69

Text Example


Text Example

White with #153D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D69; }

 p { color: rgb(21,61,105); }

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

background-color css

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

 a { background-color: rgb(21,61,105); }

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

border-color css

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

 span { border-color: rgb(21,61,105); }

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