Html Css Color HEX #154A68 Astronaut Blue

📋 copy color: '#154A68'

red 21 ◦ green 74 ◦ blue 104

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

Shades of Astronaut Blue #154A68

Tints of Astronaut Blue #154A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.19%

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 10.55%
G = 37.19%
B = 52.26%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#154A68 (or 0x154A68) is known color: Astronaut Blue. HEX triplet: 15, 4A and 68. RGB value is (21,74,104). Sum of RGB (Red+Green+Blue) = 21+74+104=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #154A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154A68 is #EAB597. Grayscale: #3D3D3D. Windows color (decimal): -15381912 or 6834709. OLE color: 6834709.

HSL color Cylindrical-coordinate representation of color #154A68: hue angle of 201.69º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #154A68 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 74 104 -
CMYK 0.80 0.29 0 0.59
HSL 201.69º 0.66% 0.25% -
HSV(B) 201.69º 0.8% 0.41% -
XYZ 5.26 6.06 13.99 -
YUV 61.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 21 74 104 0.80 0.29 0 0.59 201.69 0.66 0.25
Hex 15 4A 68 50 1D 0 3B CA 42 19
Octal 25 112 150 120 35 0 73 312 102 31
Binary 10101 1001010 1101000 1010000 11101 0 111011 11001010 1000010 11001

Color Harmonies of #154A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A68

Black with #154A68

Text Example


Text Example

White with #154A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,74,104); }

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

background-color css

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

 a { background-color: rgb(21,74,104); }

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

border-color css

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

 span { border-color: rgb(21,74,104); }

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