Html Css Color HEX #154356 Astronaut Blue

📋 copy color: '#154356'

red 21 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #154356

Tints of Astronaut Blue #154356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 12.07%
G = 38.51%
B = 49.43%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#154356 (or 0x154356) is known color: Astronaut Blue. HEX triplet: 15, 43 and 56. RGB value is (21,67,86). Sum of RGB (Red+Green+Blue) = 21+67+86=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #154356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154356 is #EABCA9. Grayscale: #373737. Windows color (decimal): -15383722 or 5653269. OLE color: 5653269.

HSL color Cylindrical-coordinate representation of color #154356: hue angle of 197.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #154356 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 67 86 -
CMYK 0.76 0.22 0 0.66
HSL 197.54º 0.61% 0.21% -
HSV(B) 197.54º 0.76% 0.34% -
XYZ 4 4.85 9.53 -
YUV 55.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 21 67 86 0.76 0.22 0 0.66 197.54 0.61 0.21
Hex 15 43 56 4C 16 0 42 C6 3D 15
Octal 25 103 126 114 26 0 102 306 75 25
Binary 10101 1000011 1010110 1001100 10110 0 1000010 11000110 111101 10101

Color Harmonies of #154356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154356

Black with #154356

Text Example


Text Example

White with #154356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154356; }

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

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

background-color css

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

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

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

border-color css

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

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

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