Html Css Color HEX #153A66 Regal Blue

📋 copy color: '#153A66'

red 21 ◦ green 58 ◦ blue 102

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

Shades of Regal Blue #153A66

Tints of Regal Blue #153A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.04%

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

R = 11.6%
G = 32.04%
B = 56.35%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153A66 (or 0x153A66) is known color: Regal Blue. HEX triplet: 15, 3A and 66. RGB value is (21,58,102). Sum of RGB (Red+Green+Blue) = 21+58+102=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #153A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A66 is #EAC599. Grayscale: #333333. Windows color (decimal): -15386010 or 6699541. OLE color: 6699541.

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

Color convert

RGB 21 58 102 -
CMYK 0.79 0.43 0 0.6
HSL 212.59º 0.66% 0.24% -
HSV(B) 212.59º 0.79% 0.4% -
XYZ 4.22 4.14 13.15 -
YUV 51.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 21 58 102 0.79 0.43 0 0.6 212.59 0.66 0.24
Hex 15 3A 66 4F 2B 0 3C D5 42 18
Octal 25 72 146 117 53 0 74 325 102 30
Binary 10101 111010 1100110 1001111 101011 0 111100 11010101 1000010 11000

Color Harmonies of #153A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A66

Black with #153A66

Text Example


Text Example

White with #153A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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