Html Css Color HEX #0E445F Astronaut Blue

📋 copy color: '#0E445F'

red 14 ◦ green 68 ◦ blue 95

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

Shades of Astronaut Blue #0E445F

Tints of Astronaut Blue #0E445F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.67%

R = 7.91%
G = 38.42%
B = 53.67%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0E445F (or 0x0E445F) is known color: Astronaut Blue. HEX triplet: 0E, 44 and 5F. RGB value is (14,68,95). Sum of RGB (Red+Green+Blue) = 14+68+95=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E445F is #F1BBA0. Grayscale: #363636. Windows color (decimal): -15842209 or 6243342. OLE color: 6243342.

HSL color Cylindrical-coordinate representation of color #0E445F: hue angle of 200º 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 #0E445F is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 14 68 95 -
CMYK 0.85 0.28 0 0.63
HSL 200º 0.74% 0.21% -
HSV(B) 200º 0.85% 0.37% -
XYZ 4.31 5.05 11.57 -
YUV 54.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 14 68 95 0.85 0.28 0 0.63 200 0.74 0.21
Hex E 44 5F 55 1C 0 3F C8 4A 15
Octal 16 104 137 125 34 0 77 310 112 25
Binary 1110 1000100 1011111 1010101 11100 0 111111 11001000 1001010 10101

Color Harmonies of #0E445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E445F

Black with #0E445F

Text Example


Text Example

White with #0E445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,68,95); }

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

background-color css

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

 a { background-color: rgb(14,68,95); }

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

border-color css

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

 span { border-color: rgb(14,68,95); }

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