Html Css Color HEX #154867 Astronaut Blue

📋 copy color: '#154867'

red 21 ◦ green 72 ◦ blue 103

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

Shades of Astronaut Blue #154867

Tints of Astronaut Blue #154867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

 BLUE value IS 103 (40.63% from 255) = 52.55%

R = 10.71%
G = 36.73%
B = 52.55%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#154867 (or 0x154867) is known color: Astronaut Blue. HEX triplet: 15, 48 and 67. RGB value is (21,72,103). Sum of RGB (Red+Green+Blue) = 21+72+103=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #154867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154867 is #EAB798. Grayscale: #3C3C3C. Windows color (decimal): -15382425 or 6768661. OLE color: 6768661.

HSL color Cylindrical-coordinate representation of color #154867: hue angle of 202.68º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154867 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 72 103 -
CMYK 0.80 0.30 0 0.60
HSL 202.68º 0.66% 0.24% -
HSV(B) 202.68º 0.8% 0.4% -
XYZ 5.07 5.77 13.68 -
YUV 60.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 21 72 103 0.80 0.30 0 0.60 202.68 0.66 0.24
Hex 15 48 67 50 1E 0 3C CB 42 18
Octal 25 110 147 120 36 0 74 313 102 30
Binary 10101 1001000 1100111 1010000 11110 0 111100 11001011 1000010 11000

Color Harmonies of #154867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154867

Black with #154867

Text Example


Text Example

White with #154867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154867; }

 p { color: rgb(21,72,103); }

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

background-color css

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

 a { background-color: rgb(21,72,103); }

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

border-color css

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

 span { border-color: rgb(21,72,103); }

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