Html Css Color HEX #0F4960 Astronaut Blue

📋 copy color: '#0F4960'

red 15 ◦ green 73 ◦ blue 96

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

Shades of Astronaut Blue #0F4960

Tints of Astronaut Blue #0F4960

RGB

 RED value IS 15 (6.25% from 255) = 8.15%

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

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

R = 8.15%
G = 39.67%
B = 52.17%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F4960 (or 0x0F4960) is known color: Astronaut Blue. HEX triplet: 0F, 49 and 60. RGB value is (15,73,96). Sum of RGB (Red+Green+Blue) = 15+73+96=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4960 is #F0B69F. Grayscale: #3A3A3A. Windows color (decimal): -15775392 or 6310159. OLE color: 6310159.

HSL color Cylindrical-coordinate representation of color #0F4960: hue angle of 197.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F4960 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 73 96 -
CMYK 0.84 0.24 0 0.62
HSL 197.04º 0.73% 0.22% -
HSV(B) 197.04º 0.84% 0.38% -
XYZ 4.69 5.71 11.92 -
YUV 58.28 149.28 97.13 -
System Red Green Blue C M Y K H S L
Decimal 15 73 96 0.84 0.24 0 0.62 197.04 0.73 0.22
Hex F 49 60 54 18 0 3E C5 49 16
Octal 17 111 140 124 30 0 76 305 111 26
Binary 1111 1001001 1100000 1010100 11000 0 111110 11000101 1001001 10110

Color Harmonies of #0F4960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4960

Black with #0F4960

Text Example


Text Example

White with #0F4960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,73,96); }

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

background-color css

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

 a { background-color: rgb(15,73,96); }

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

border-color css

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

 span { border-color: rgb(15,73,96); }

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