Html Css Color HEX #0E4667 Astronaut Blue

📋 copy color: '#0E4667'

red 14 ◦ green 70 ◦ blue 103

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

Shades of Astronaut Blue #0E4667

Tints of Astronaut Blue #0E4667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

 BLUE value IS 103 (40.63% from 255) = 55.08%

R = 7.49%
G = 37.43%
B = 55.08%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E4667 (or 0x0E4667) is known color: Astronaut Blue. HEX triplet: 0E, 46 and 67. RGB value is (14,70,103). Sum of RGB (Red+Green+Blue) = 14+70+103=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E4667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4667 is #F1B998. Grayscale: #383838. Windows color (decimal): -15841689 or 6768142. OLE color: 6768142.

HSL color Cylindrical-coordinate representation of color #0E4667: hue angle of 202.25º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E4667 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 70 103 -
CMYK 0.86 0.32 0 0.60
HSL 202.25º 0.76% 0.23% -
HSV(B) 202.25º 0.86% 0.4% -
XYZ 4.82 5.45 13.63 -
YUV 57.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 14 70 103 0.86 0.32 0 0.60 202.25 0.76 0.23
Hex E 46 67 56 20 0 3C CA 4C 17
Octal 16 106 147 126 40 0 74 312 114 27
Binary 1110 1000110 1100111 1010110 100000 0 111100 11001010 1001100 10111

Color Harmonies of #0E4667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4667

Black with #0E4667

Text Example


Text Example

White with #0E4667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,70,103); }

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

background-color css

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

 a { background-color: rgb(14,70,103); }

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

border-color css

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

 span { border-color: rgb(14,70,103); }

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