Html Css Color HEX #1C4359 Astronaut Blue

📋 copy color: '#1C4359'

red 28 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #1C4359

Tints of Astronaut Blue #1C4359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 15.22%
G = 36.41%
B = 48.37%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C4359 (or 0x1C4359) is known color: Astronaut Blue. HEX triplet: 1C, 43 and 59. RGB value is (28,67,89). Sum of RGB (Red+Green+Blue) = 28+67+89=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4359 is #E3BCA6. Grayscale: #393939. Windows color (decimal): -14924967 or 5849884. OLE color: 5849884.

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

Color convert

RGB 28 67 89 -
CMYK 0.69 0.25 0 0.65
HSL 201.64º 0.52% 0.23% -
HSV(B) 201.64º 0.69% 0.35% -
XYZ 4.29 4.98 10.19 -
YUV 57.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 28 67 89 0.69 0.25 0 0.65 201.64 0.52 0.23
Hex 1C 43 59 45 19 0 41 CA 34 17
Octal 34 103 131 105 31 0 101 312 64 27
Binary 11100 1000011 1011001 1000101 11001 0 1000001 11001010 110100 10111

Color Harmonies of #1C4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4359

Black with #1C4359

Text Example


Text Example

White with #1C4359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,67,89); }

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

background-color css

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

 a { background-color: rgb(28,67,89); }

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

border-color css

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

 span { border-color: rgb(28,67,89); }

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