Html Css Color HEX #0E4057 Astronaut Blue

📋 copy color: '#0E4057'

red 14 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #0E4057

Tints of Astronaut Blue #0E4057

RGB

 RED value IS 14 (5.86% from 255) = 8.48%

 GREEN value IS 64 (25.39% from 255) = 38.79%

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 8.48%
G = 38.79%
B = 52.73%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E4057 (or 0x0E4057) is known color: Astronaut Blue. HEX triplet: 0E, 40 and 57. RGB value is (14,64,87). Sum of RGB (Red+Green+Blue) = 14+64+87=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E4057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4057 is #F1BFA8. Grayscale: #333333. Windows color (decimal): -15843241 or 5718030. OLE color: 5718030.

HSL color Cylindrical-coordinate representation of color #0E4057: hue angle of 198.9º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4057 is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 64 87 -
CMYK 0.84 0.26 0 0.66
HSL 198.9º 0.72% 0.2% -
HSV(B) 198.9º 0.84% 0.34% -
XYZ 3.73 4.45 9.68 -
YUV 51.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 14 64 87 0.84 0.26 0 0.66 198.9 0.72 0.2
Hex E 40 57 54 1A 0 42 C7 48 14
Octal 16 100 127 124 32 0 102 307 110 24
Binary 1110 1000000 1010111 1010100 11010 0 1000010 11000111 1001000 10100

Color Harmonies of #0E4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4057

Black with #0E4057

Text Example


Text Example

White with #0E4057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E4057; }

 p { color: rgb(14,64,87); }

 H1.HeaderClassName
 {
   color: #0E4057;
 }
 .AnyTagClassName
 {
   color: #0E4057;
 }
</style>

background-color css

<style>
 a { background-color: #0E4057; }

 a { background-color: rgb(14,64,87); }

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

border-color css

<style>
 span { border-color: #0E4057; }

 span { border-color: rgb(14,64,87); }

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