Html Css Color HEX #0F4F5F Astronaut Blue

📋 copy color: '#0F4F5F'

red 15 ◦ green 79 ◦ blue 95

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

Shades of Astronaut Blue #0F4F5F

Tints of Astronaut Blue #0F4F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 7.94%
G = 41.8%
B = 50.26%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F4F5F (or 0x0F4F5F) is known color: Astronaut Blue. HEX triplet: 0F, 4F and 5F. RGB value is (15,79,95). Sum of RGB (Red+Green+Blue) = 15+79+95=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F4F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4F5F is #F0B0A0. Grayscale: #3D3D3D. Windows color (decimal): -15773857 or 6246159. OLE color: 6246159.

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

Color convert

RGB 15 79 95 -
CMYK 0.84 0.17 0 0.63
HSL 192º 0.73% 0.22% -
HSV(B) 192º 0.84% 0.37% -
XYZ 5.06 6.52 11.82 -
YUV 61.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 15 79 95 0.84 0.17 0 0.63 192 0.73 0.22
Hex F 4F 5F 54 11 0 3F C0 49 16
Octal 17 117 137 124 21 0 77 300 111 26
Binary 1111 1001111 1011111 1010100 10001 0 111111 11000000 1001001 10110

Color Harmonies of #0F4F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4F5F

Black with #0F4F5F

Text Example


Text Example

White with #0F4F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,95); }

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

background-color css

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

 a { background-color: rgb(15,79,95); }

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

border-color css

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

 span { border-color: rgb(15,79,95); }

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