Html Css Color HEX #154B5E Astronaut Blue

📋 copy color: '#154B5E'

red 21 ◦ green 75 ◦ blue 94

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

Shades of Astronaut Blue #154B5E

Tints of Astronaut Blue #154B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.47%

 BLUE value IS 94 (37.11% from 255) = 49.47%

R = 11.05%
G = 39.47%
B = 49.47%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#154B5E (or 0x154B5E) is known color: Astronaut Blue. HEX triplet: 15, 4B and 5E. RGB value is (21,75,94). Sum of RGB (Red+Green+Blue) = 21+75+94=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #154B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5E is #EAB4A1. Grayscale: #3C3C3C. Windows color (decimal): -15381666 or 6179605. OLE color: 6179605.

HSL color Cylindrical-coordinate representation of color #154B5E: hue angle of 195.62º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #154B5E is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 75 94 -
CMYK 0.78 0.20 0 0.63
HSL 195.62º 0.63% 0.23% -
HSV(B) 195.62º 0.78% 0.37% -
XYZ 4.85 6 11.49 -
YUV 61.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 21 75 94 0.78 0.20 0 0.63 195.62 0.63 0.23
Hex 15 4B 5E 4E 14 0 3F C4 3F 17
Octal 25 113 136 116 24 0 77 304 77 27
Binary 10101 1001011 1011110 1001110 10100 0 111111 11000100 111111 10111

Color Harmonies of #154B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154B5E

Black with #154B5E

Text Example


Text Example

White with #154B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154B5E; }

 p { color: rgb(21,75,94); }

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

background-color css

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

 a { background-color: rgb(21,75,94); }

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

border-color css

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

 span { border-color: rgb(21,75,94); }

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