Html Css Color HEX #0E455E Astronaut Blue

📋 copy color: '#0E455E'

red 14 ◦ green 69 ◦ blue 94

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

Shades of Astronaut Blue #0E455E

Tints of Astronaut Blue #0E455E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

 BLUE value IS 94 (37.11% from 255) = 53.11%

R = 7.91%
G = 38.98%
B = 53.11%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E455E (or 0x0E455E) is known color: Astronaut Blue. HEX triplet: 0E, 45 and 5E. RGB value is (14,69,94). Sum of RGB (Red+Green+Blue) = 14+69+94=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #0E455E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E455E is #F1BAA1. Grayscale: #373737. Windows color (decimal): -15841954 or 6178062. OLE color: 6178062.

HSL color Cylindrical-coordinate representation of color #0E455E: hue angle of 198.75º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E455E is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 69 94 -
CMYK 0.85 0.27 0 0.63
HSL 198.75º 0.74% 0.21% -
HSV(B) 198.75º 0.85% 0.37% -
XYZ 4.33 5.16 11.36 -
YUV 55.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 14 69 94 0.85 0.27 0 0.63 198.75 0.74 0.21
Hex E 45 5E 55 1B 0 3F C7 4A 15
Octal 16 105 136 125 33 0 77 307 112 25
Binary 1110 1000101 1011110 1010101 11011 0 111111 11000111 1001010 10101

Color Harmonies of #0E455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E455E

Black with #0E455E

Text Example


Text Example

White with #0E455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,69,94); }

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

background-color css

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

 a { background-color: rgb(14,69,94); }

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

border-color css

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

 span { border-color: rgb(14,69,94); }

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