Html Css Color HEX #0F4759 Astronaut Blue

📋 copy color: '#0F4759'

red 15 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #0F4759

Tints of Astronaut Blue #0F4759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.86%

R = 8.57%
G = 40.57%
B = 50.86%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4759 (or 0x0F4759) is known color: Astronaut Blue. HEX triplet: 0F, 47 and 59. RGB value is (15,71,89). Sum of RGB (Red+Green+Blue) = 15+71+89=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4759 is #F0B8A6. Grayscale: #383838. Windows color (decimal): -15775911 or 5850895. OLE color: 5850895.

HSL color Cylindrical-coordinate representation of color #0F4759: hue angle of 194.59º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4759 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 71 89 -
CMYK 0.83 0.20 0 0.65
HSL 194.59º 0.71% 0.2% -
HSV(B) 194.59º 0.83% 0.35% -
XYZ 4.25 5.33 10.26 -
YUV 56.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 15 71 89 0.83 0.20 0 0.65 194.59 0.71 0.2
Hex F 47 59 53 14 0 41 C3 47 14
Octal 17 107 131 123 24 0 101 303 107 24
Binary 1111 1000111 1011001 1010011 10100 0 1000001 11000011 1000111 10100

Color Harmonies of #0F4759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4759

Black with #0F4759

Text Example


Text Example

White with #0F4759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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