Html Css Color HEX #153F66 Regal Blue

📋 copy color: '#153F66'

red 21 ◦ green 63 ◦ blue 102

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

Shades of Regal Blue #153F66

Tints of Regal Blue #153F66

RGB

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

 GREEN value IS 63 (25% from 255) = 33.87%

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

R = 11.29%
G = 33.87%
B = 54.84%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153F66 (or 0x153F66) is known color: Regal Blue. HEX triplet: 15, 3F and 66. RGB value is (21,63,102). Sum of RGB (Red+Green+Blue) = 21+63+102=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #153F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F66 is #EAC099. Grayscale: #363636. Windows color (decimal): -15384730 or 6700821. OLE color: 6700821.

HSL color Cylindrical-coordinate representation of color #153F66: hue angle of 208.89º 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 #153F66 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 63 102 -
CMYK 0.79 0.38 0 0.6
HSL 208.89º 0.66% 0.24% -
HSV(B) 208.89º 0.79% 0.4% -
XYZ 4.49 4.67 13.24 -
YUV 54.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 21 63 102 0.79 0.38 0 0.6 208.89 0.66 0.24
Hex 15 3F 66 4F 26 0 3C D1 42 18
Octal 25 77 146 117 46 0 74 321 102 30
Binary 10101 111111 1100110 1001111 100110 0 111100 11010001 1000010 11000

Color Harmonies of #153F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F66

Black with #153F66

Text Example


Text Example

White with #153F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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