Html Css Color HEX #0B4A60 Astronaut Blue

📋 copy color: '#0B4A60'

red 11 ◦ green 74 ◦ blue 96

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

Shades of Astronaut Blue #0B4A60

Tints of Astronaut Blue #0B4A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.88%

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 6.08%
G = 40.88%
B = 53.04%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B4A60 (or 0x0B4A60) is known color: Astronaut Blue. HEX triplet: 0B, 4A and 60. RGB value is (11,74,96). Sum of RGB (Red+Green+Blue) = 11+74+96=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B4A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4A60 is #F4B59F. Grayscale: #393939. Windows color (decimal): -16037280 or 6310411. OLE color: 6310411.

HSL color Cylindrical-coordinate representation of color #0B4A60: hue angle of 195.53º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4A60 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 74 96 -
CMYK 0.89 0.23 0 0.62
HSL 195.53º 0.79% 0.21% -
HSV(B) 195.53º 0.89% 0.38% -
XYZ 4.7 5.81 11.94 -
YUV 57.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 11 74 96 0.89 0.23 0 0.62 195.53 0.79 0.21
Hex B 4A 60 59 17 0 3E C4 4F 15
Octal 13 112 140 131 27 0 76 304 117 25
Binary 1011 1001010 1100000 1011001 10111 0 111110 11000100 1001111 10101

Color Harmonies of #0B4A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4A60

Black with #0B4A60

Text Example


Text Example

White with #0B4A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,74,96); }

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

background-color css

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

 a { background-color: rgb(11,74,96); }

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

border-color css

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

 span { border-color: rgb(11,74,96); }

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