Html Css Color HEX #15445C Astronaut Blue

📋 copy color: '#15445C'

red 21 ◦ green 68 ◦ blue 92

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

Shades of Astronaut Blue #15445C

Tints of Astronaut Blue #15445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.57%

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 11.6%
G = 37.57%
B = 50.83%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15445C (or 0x15445C) is known color: Astronaut Blue. HEX triplet: 15, 44 and 5C. RGB value is (21,68,92). Sum of RGB (Red+Green+Blue) = 21+68+92=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #15445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15445C is #EABBA3. Grayscale: #383838. Windows color (decimal): -15383460 or 6046741. OLE color: 6046741.

HSL color Cylindrical-coordinate representation of color #15445C: hue angle of 200.28º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15445C is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 68 92 -
CMYK 0.77 0.26 0 0.64
HSL 200.28º 0.63% 0.22% -
HSV(B) 200.28º 0.77% 0.36% -
XYZ 4.31 5.07 10.88 -
YUV 56.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 21 68 92 0.77 0.26 0 0.64 200.28 0.63 0.22
Hex 15 44 5C 4D 1A 0 40 C8 3F 16
Octal 25 104 134 115 32 0 100 310 77 26
Binary 10101 1000100 1011100 1001101 11010 0 1000000 11001000 111111 10110

Color Harmonies of #15445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15445C

Black with #15445C

Text Example


Text Example

White with #15445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15445C; }

 p { color: rgb(21,68,92); }

 H1.HeaderClassName
 {
   color: #15445C;
 }
 .AnyTagClassName
 {
   color: #15445C;
 }
</style>

background-color css

<style>
 a { background-color: #15445C; }

 a { background-color: rgb(21,68,92); }

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

border-color css

<style>
 span { border-color: #15445C; }

 span { border-color: rgb(21,68,92); }

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