Html Css Color HEX #154360 Astronaut Blue

📋 copy color: '#154360'

red 21 ◦ green 67 ◦ blue 96

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

Shades of Astronaut Blue #154360

Tints of Astronaut Blue #154360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.17%

R = 11.41%
G = 36.41%
B = 52.17%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154360 (or 0x154360) is known color: Astronaut Blue. HEX triplet: 15, 43 and 60. RGB value is (21,67,96). Sum of RGB (Red+Green+Blue) = 21+67+96=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #154360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154360 is #EABC9F. Grayscale: #383838. Windows color (decimal): -15383712 or 6308629. OLE color: 6308629.

HSL color Cylindrical-coordinate representation of color #154360: hue angle of 203.2º 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 #154360 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 67 96 -
CMYK 0.78 0.30 0 0.62
HSL 203.2º 0.64% 0.23% -
HSV(B) 203.2º 0.78% 0.38% -
XYZ 4.43 5.02 11.8 -
YUV 56.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 21 67 96 0.78 0.30 0 0.62 203.2 0.64 0.23
Hex 15 43 60 4E 1E 0 3E CB 40 17
Octal 25 103 140 116 36 0 76 313 100 27
Binary 10101 1000011 1100000 1001110 11110 0 111110 11001011 1000000 10111

Color Harmonies of #154360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154360

Black with #154360

Text Example


Text Example

White with #154360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154360; }

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

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

background-color css

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

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

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

border-color css

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

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

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