Html Css Color HEX #15435C Astronaut Blue

📋 copy color: '#15435C'

red 21 ◦ green 67 ◦ blue 92

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

Shades of Astronaut Blue #15435C

Tints of Astronaut Blue #15435C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

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

R = 11.67%
G = 37.22%
B = 51.11%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15435C (or 0x15435C) is known color: Astronaut Blue. HEX triplet: 15, 43 and 5C. RGB value is (21,67,92). Sum of RGB (Red+Green+Blue) = 21+67+92=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #15435C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15435C is #EABCA3. Grayscale: #373737. Windows color (decimal): -15383716 or 6046485. OLE color: 6046485.

HSL color Cylindrical-coordinate representation of color #15435C: hue angle of 201.13º 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 #15435C is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 67 92 -
CMYK 0.77 0.27 0 0.64
HSL 201.13º 0.63% 0.22% -
HSV(B) 201.13º 0.77% 0.36% -
XYZ 4.25 4.95 10.86 -
YUV 56.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 21 67 92 0.77 0.27 0 0.64 201.13 0.63 0.22
Hex 15 43 5C 4D 1B 0 40 C9 3F 16
Octal 25 103 134 115 33 0 100 311 77 26
Binary 10101 1000011 1011100 1001101 11011 0 1000000 11001001 111111 10110

Color Harmonies of #15435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15435C

Black with #15435C

Text Example


Text Example

White with #15435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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