Html Css Color HEX #153B66 Regal Blue

📋 copy color: '#153B66'

red 21 ◦ green 59 ◦ blue 102

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

Shades of Regal Blue #153B66

Tints of Regal Blue #153B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 11.54%
G = 32.42%
B = 56.04%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153B66 (or 0x153B66) is known color: Regal Blue. HEX triplet: 15, 3B and 66. RGB value is (21,59,102). Sum of RGB (Red+Green+Blue) = 21+59+102=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #153B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B66 is #EAC499. Grayscale: #343434. Windows color (decimal): -15385754 or 6699797. OLE color: 6699797.

HSL color Cylindrical-coordinate representation of color #153B66: hue angle of 211.85º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153B66 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 59 102 -
CMYK 0.79 0.42 0 0.6
HSL 211.85º 0.66% 0.24% -
HSV(B) 211.85º 0.79% 0.4% -
XYZ 4.27 4.25 13.16 -
YUV 52.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 21 59 102 0.79 0.42 0 0.6 211.85 0.66 0.24
Hex 15 3B 66 4F 2A 0 3C D4 42 18
Octal 25 73 146 117 52 0 74 324 102 30
Binary 10101 111011 1100110 1001111 101010 0 111100 11010100 1000010 11000

Color Harmonies of #153B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B66

Black with #153B66

Text Example


Text Example

White with #153B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,102); }

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

background-color css

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

 a { background-color: rgb(21,59,102); }

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

border-color css

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

 span { border-color: rgb(21,59,102); }

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