Html Css Color HEX #1C4458 Astronaut Blue

📋 copy color: '#1C4458'

red 28 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #1C4458

Tints of Astronaut Blue #1C4458

RGB

 RED value IS 28 (11.33% from 255) = 15.22%

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 15.22%
G = 36.96%
B = 47.83%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C4458 (or 0x1C4458) is known color: Astronaut Blue. HEX triplet: 1C, 44 and 58. RGB value is (28,68,88). Sum of RGB (Red+Green+Blue) = 28+68+88=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #1C4458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4458 is #E3BBA7. Grayscale: #3A3A3A. Windows color (decimal): -14924712 or 5784604. OLE color: 5784604.

HSL color Cylindrical-coordinate representation of color #1C4458: hue angle of 200º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C4458 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 68 88 -
CMYK 0.68 0.23 0 0.65
HSL 200º 0.52% 0.23% -
HSV(B) 200º 0.68% 0.35% -
XYZ 4.31 5.09 9.99 -
YUV 58.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 28 68 88 0.68 0.23 0 0.65 200 0.52 0.23
Hex 1C 44 58 44 17 0 41 C8 34 17
Octal 34 104 130 104 27 0 101 310 64 27
Binary 11100 1000100 1011000 1000100 10111 0 1000001 11001000 110100 10111

Color Harmonies of #1C4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4458

Black with #1C4458

Text Example


Text Example

White with #1C4458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C4458; }

 p { color: rgb(28,68,88); }

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

background-color css

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

 a { background-color: rgb(28,68,88); }

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

border-color css

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

 span { border-color: rgb(28,68,88); }

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