Html Css Color HEX #15466B Astronaut Blue

📋 copy color: '#15466B'

red 21 ◦ green 70 ◦ blue 107

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

Shades of Astronaut Blue #15466B

Tints of Astronaut Blue #15466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 10.61%
G = 35.35%
B = 54.04%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15466B (or 0x15466B) is known color: Astronaut Blue. HEX triplet: 15, 46 and 6B. RGB value is (21,70,107). Sum of RGB (Red+Green+Blue) = 21+70+107=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #15466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15466B is #EAB994. Grayscale: #3B3B3B. Windows color (decimal): -15382933 or 7030293. OLE color: 7030293.

HSL color Cylindrical-coordinate representation of color #15466B: hue angle of 205.81º 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 #15466B is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 70 107 -
CMYK 0.80 0.35 0 0.58
HSL 205.81º 0.67% 0.25% -
HSV(B) 205.81º 0.8% 0.42% -
XYZ 5.15 5.6 14.72 -
YUV 59.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 21 70 107 0.80 0.35 0 0.58 205.81 0.67 0.25
Hex 15 46 6B 50 23 0 3A CE 43 19
Octal 25 106 153 120 43 0 72 316 103 31
Binary 10101 1000110 1101011 1010000 100011 0 111010 11001110 1000011 11001

Color Harmonies of #15466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15466B

Black with #15466B

Text Example


Text Example

White with #15466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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