Html Css Color HEX #0F4760 Astronaut Blue

📋 copy color: '#0F4760'

red 15 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #0F4760

Tints of Astronaut Blue #0F4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

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

R = 8.24%
G = 39.01%
B = 52.75%

CMYK

 C value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F4760 (or 0x0F4760) is known color: Astronaut Blue. HEX triplet: 0F, 47 and 60. RGB value is (15,71,96). Sum of RGB (Red+Green+Blue) = 15+71+96=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4760 is #F0B89F. Grayscale: #383838. Windows color (decimal): -15775904 or 6309647. OLE color: 6309647.

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

Color convert

RGB 15 71 96 -
CMYK 0.84 0.26 0 0.62
HSL 198.52º 0.73% 0.22% -
HSV(B) 198.52º 0.84% 0.38% -
XYZ 4.56 5.45 11.88 -
YUV 57.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 15 71 96 0.84 0.26 0 0.62 198.52 0.73 0.22
Hex F 47 60 54 1A 0 3E C7 49 16
Octal 17 107 140 124 32 0 76 307 111 26
Binary 1111 1000111 1100000 1010100 11010 0 111110 11000111 1001001 10110

Color Harmonies of #0F4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4760

Black with #0F4760

Text Example


Text Example

White with #0F4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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