Html Css Color HEX #0B495E Astronaut Blue

📋 copy color: '#0B495E'

red 11 ◦ green 73 ◦ blue 94

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

Shades of Astronaut Blue #0B495E

Tints of Astronaut Blue #0B495E

RGB

 RED value IS 11 (4.69% from 255) = 6.18%

 GREEN value IS 73 (28.91% from 255) = 41.01%

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

R = 6.18%
G = 41.01%
B = 52.81%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B495E (or 0x0B495E) is known color: Astronaut Blue. HEX triplet: 0B, 49 and 5E. RGB value is (11,73,94). Sum of RGB (Red+Green+Blue) = 11+73+94=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B495E is #F4B6A1. Grayscale: #383838. Windows color (decimal): -16037538 or 6179083. OLE color: 6179083.

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

Color convert

RGB 11 73 94 -
CMYK 0.88 0.22 0 0.63
HSL 195.18º 0.79% 0.21% -
HSV(B) 195.18º 0.88% 0.37% -
XYZ 4.54 5.64 11.44 -
YUV 56.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 11 73 94 0.88 0.22 0 0.63 195.18 0.79 0.21
Hex B 49 5E 58 16 0 3F C3 4F 15
Octal 13 111 136 130 26 0 77 303 117 25
Binary 1011 1001001 1011110 1011000 10110 0 111111 11000011 1001111 10101

Color Harmonies of #0B495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B495E

Black with #0B495E

Text Example


Text Example

White with #0B495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,73,94); }

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

background-color css

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

 a { background-color: rgb(11,73,94); }

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

border-color css

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

 span { border-color: rgb(11,73,94); }

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