Html Css Color HEX #0E4F69 Astronaut Blue

📋 copy color: '#0E4F69'

red 14 ◦ green 79 ◦ blue 105

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

Shades of Astronaut Blue #0E4F69

Tints of Astronaut Blue #0E4F69

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

 BLUE value IS 105 (41.41% from 255) = 53.03%

R = 7.07%
G = 39.9%
B = 53.03%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E4F69 (or 0x0E4F69) is known color: Astronaut Blue. HEX triplet: 0E, 4F and 69. RGB value is (14,79,105). Sum of RGB (Red+Green+Blue) = 14+79+105=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E4F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4F69 is #F1B096. Grayscale: #3E3E3E. Windows color (decimal): -15839383 or 6901518. OLE color: 6901518.

HSL color Cylindrical-coordinate representation of color #0E4F69: hue angle of 197.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E4F69 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 79 105 -
CMYK 0.87 0.25 0 0.59
HSL 197.14º 0.76% 0.23% -
HSV(B) 197.14º 0.87% 0.41% -
XYZ 5.53 6.71 14.37 -
YUV 62.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 14 79 105 0.87 0.25 0 0.59 197.14 0.76 0.23
Hex E 4F 69 57 19 0 3B C5 4C 17
Octal 16 117 151 127 31 0 73 305 114 27
Binary 1110 1001111 1101001 1010111 11001 0 111011 11000101 1001100 10111

Color Harmonies of #0E4F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4F69

Black with #0E4F69

Text Example


Text Example

White with #0E4F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,79,105); }

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

background-color css

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

 a { background-color: rgb(14,79,105); }

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

border-color css

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

 span { border-color: rgb(14,79,105); }

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