Html Css Color HEX #15416B Regal Blue

📋 copy color: '#15416B'

red 21 ◦ green 65 ◦ blue 107

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

Shades of Regal Blue #15416B

Tints of Regal Blue #15416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 10.88%
G = 33.68%
B = 55.44%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15416B (or 0x15416B) is known color: Regal Blue. HEX triplet: 15, 41 and 6B. RGB value is (21,65,107). Sum of RGB (Red+Green+Blue) = 21+65+107=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #15416B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15416B is #EABE94. Grayscale: #383838. Windows color (decimal): -15384213 or 7029013. OLE color: 7029013.

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

Color convert

RGB 21 65 107 -
CMYK 0.80 0.39 0 0.58
HSL 209.3º 0.67% 0.25% -
HSV(B) 209.3º 0.8% 0.42% -
XYZ 4.85 5 14.62 -
YUV 56.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 21 65 107 0.80 0.39 0 0.58 209.3 0.67 0.25
Hex 15 41 6B 50 27 0 3A D1 43 19
Octal 25 101 153 120 47 0 72 321 103 31
Binary 10101 1000001 1101011 1010000 100111 0 111010 11010001 1000011 11001

Color Harmonies of #15416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15416B

Black with #15416B

Text Example


Text Example

White with #15416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15416B; }

 p { color: rgb(21,65,107); }

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

background-color css

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

 a { background-color: rgb(21,65,107); }

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

border-color css

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

 span { border-color: rgb(21,65,107); }

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