Html Css Color HEX #0E455C Astronaut Blue

📋 copy color: '#0E455C'

red 14 ◦ green 69 ◦ blue 92

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

Shades of Astronaut Blue #0E455C

Tints of Astronaut Blue #0E455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 52.57%

R = 8%
G = 39.43%
B = 52.57%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E455C (or 0x0E455C) is known color: Astronaut Blue. HEX triplet: 0E, 45 and 5C. RGB value is (14,69,92). Sum of RGB (Red+Green+Blue) = 14+69+92=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E455C is #F1BAA3. Grayscale: #373737. Windows color (decimal): -15841956 or 6046990. OLE color: 6046990.

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

Color convert

RGB 14 69 92 -
CMYK 0.85 0.25 0 0.64
HSL 197.69º 0.74% 0.21% -
HSV(B) 197.69º 0.85% 0.36% -
XYZ 4.24 5.12 10.89 -
YUV 55.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 14 69 92 0.85 0.25 0 0.64 197.69 0.74 0.21
Hex E 45 5C 55 19 0 40 C6 4A 15
Octal 16 105 134 125 31 0 100 306 112 25
Binary 1110 1000101 1011100 1010101 11001 0 1000000 11000110 1001010 10101

Color Harmonies of #0E455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E455C

Black with #0E455C

Text Example


Text Example

White with #0E455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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