Html Css Color HEX #0F4860 Astronaut Blue

📋 copy color: '#0F4860'

red 15 ◦ green 72 ◦ blue 96

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

Shades of Astronaut Blue #0F4860

Tints of Astronaut Blue #0F4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 8.2%
G = 39.34%
B = 52.46%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F4860 (or 0x0F4860) is known color: Astronaut Blue. HEX triplet: 0F, 48 and 60. RGB value is (15,72,96). Sum of RGB (Red+Green+Blue) = 15+72+96=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4860 is #F0B79F. Grayscale: #393939. Windows color (decimal): -15775648 or 6309903. OLE color: 6309903.

HSL color Cylindrical-coordinate representation of color #0F4860: hue angle of 197.78º 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 #0F4860 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 72 96 -
CMYK 0.84 0.25 0 0.62
HSL 197.78º 0.73% 0.22% -
HSV(B) 197.78º 0.84% 0.38% -
XYZ 4.63 5.58 11.9 -
YUV 57.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 15 72 96 0.84 0.25 0 0.62 197.78 0.73 0.22
Hex F 48 60 54 19 0 3E C6 49 16
Octal 17 110 140 124 31 0 76 306 111 26
Binary 1111 1001000 1100000 1010100 11001 0 111110 11000110 1001001 10110

Color Harmonies of #0F4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4860

Black with #0F4860

Text Example


Text Example

White with #0F4860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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