Html Css Color HEX #1F4358 Astronaut Blue

📋 copy color: '#1F4358'

red 31 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #1F4358

Tints of Astronaut Blue #1F4358

RGB

 RED value IS 31 (12.5% from 255) = 16.67%

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

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

R = 16.67%
G = 36.02%
B = 47.31%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F4358 (or 0x1F4358) is known color: Astronaut Blue. HEX triplet: 1F, 43 and 58. RGB value is (31,67,88). Sum of RGB (Red+Green+Blue) = 31+67+88=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #1F4358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4358 is #E0BCA7. Grayscale: #3A3A3A. Windows color (decimal): -14728360 or 5784351. OLE color: 5784351.

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

Color convert

RGB 31 67 88 -
CMYK 0.65 0.24 0 0.65
HSL 202.11º 0.48% 0.23% -
HSV(B) 202.11º 0.65% 0.35% -
XYZ 4.33 5.01 9.97 -
YUV 58.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 31 67 88 0.65 0.24 0 0.65 202.11 0.48 0.23
Hex 1F 43 58 41 18 0 41 CA 30 17
Octal 37 103 130 101 30 0 101 312 60 27
Binary 11111 1000011 1011000 1000001 11000 0 1000001 11001010 110000 10111

Color Harmonies of #1F4358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4358

Black with #1F4358

Text Example


Text Example

White with #1F4358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,88); }

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

background-color css

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

 a { background-color: rgb(31,67,88); }

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

border-color css

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

 span { border-color: rgb(31,67,88); }

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