Html Css Color HEX #1C445B Astronaut Blue

📋 copy color: '#1C445B'

red 28 ◦ green 68 ◦ blue 91

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

Shades of Astronaut Blue #1C445B

Tints of Astronaut Blue #1C445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 14.97%
G = 36.36%
B = 48.66%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C445B (or 0x1C445B) is known color: Astronaut Blue. HEX triplet: 1C, 44 and 5B. RGB value is (28,68,91). Sum of RGB (Red+Green+Blue) = 28+68+91=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C445B is #E3BBA4. Grayscale: #3A3A3A. Windows color (decimal): -14924709 or 5981212. OLE color: 5981212.

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

Color convert

RGB 28 68 91 -
CMYK 0.69 0.25 0 0.64
HSL 201.9º 0.53% 0.23% -
HSV(B) 201.9º 0.69% 0.36% -
XYZ 4.43 5.14 10.66 -
YUV 58.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 28 68 91 0.69 0.25 0 0.64 201.9 0.53 0.23
Hex 1C 44 5B 45 19 0 40 CA 35 17
Octal 34 104 133 105 31 0 100 312 65 27
Binary 11100 1000100 1011011 1000101 11001 0 1000000 11001010 110101 10111

Color Harmonies of #1C445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C445B

Black with #1C445B

Text Example


Text Example

White with #1C445B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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