Html Css Color HEX #154362 Astronaut Blue

📋 copy color: '#154362'

red 21 ◦ green 67 ◦ blue 98

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

Shades of Astronaut Blue #154362

Tints of Astronaut Blue #154362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 11.29%
G = 36.02%
B = 52.69%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#154362 (or 0x154362) is known color: Astronaut Blue. HEX triplet: 15, 43 and 62. RGB value is (21,67,98). Sum of RGB (Red+Green+Blue) = 21+67+98=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #154362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154362 is #EABC9D. Grayscale: #383838. Windows color (decimal): -15383710 or 6439701. OLE color: 6439701.

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

Color convert

RGB 21 67 98 -
CMYK 0.79 0.32 0 0.62
HSL 204.16º 0.65% 0.23% -
HSV(B) 204.16º 0.79% 0.38% -
XYZ 4.52 5.06 12.29 -
YUV 56.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 21 67 98 0.79 0.32 0 0.62 204.16 0.65 0.23
Hex 15 43 62 4F 20 0 3E CC 41 17
Octal 25 103 142 117 40 0 76 314 101 27
Binary 10101 1000011 1100010 1001111 100000 0 111110 11001100 1000001 10111

Color Harmonies of #154362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154362

Black with #154362

Text Example


Text Example

White with #154362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154362; }

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

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

background-color css

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

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

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

border-color css

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

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

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