Html Css Color HEX #154361 Astronaut Blue

📋 copy color: '#154361'

red 21 ◦ green 67 ◦ blue 97

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

Shades of Astronaut Blue #154361

Tints of Astronaut Blue #154361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 11.35%
G = 36.22%
B = 52.43%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154361 (or 0x154361) is known color: Astronaut Blue. HEX triplet: 15, 43 and 61. RGB value is (21,67,97). Sum of RGB (Red+Green+Blue) = 21+67+97=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #154361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154361 is #EABC9E. Grayscale: #383838. Windows color (decimal): -15383711 or 6374165. OLE color: 6374165.

HSL color Cylindrical-coordinate representation of color #154361: hue angle of 203.68º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154361 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 67 97 -
CMYK 0.78 0.31 0 0.62
HSL 203.68º 0.64% 0.23% -
HSV(B) 203.68º 0.78% 0.38% -
XYZ 4.47 5.04 12.05 -
YUV 56.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 21 67 97 0.78 0.31 0 0.62 203.68 0.64 0.23
Hex 15 43 61 4E 1F 0 3E CC 40 17
Octal 25 103 141 116 37 0 76 314 100 27
Binary 10101 1000011 1100001 1001110 11111 0 111110 11001100 1000000 10111

Color Harmonies of #154361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154361

Black with #154361

Text Example


Text Example

White with #154361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154361; }

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

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

background-color css

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

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

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

border-color css

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

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

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