Html Css Color HEX #0F4659 Astronaut Blue

📋 copy color: '#0F4659'

red 15 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #0F4659

Tints of Astronaut Blue #0F4659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 8.62%
G = 40.23%
B = 51.15%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4659 (or 0x0F4659) is known color: Astronaut Blue. HEX triplet: 0F, 46 and 59. RGB value is (15,70,89). Sum of RGB (Red+Green+Blue) = 15+70+89=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4659 is #F0B9A6. Grayscale: #373737. Windows color (decimal): -15776167 or 5850639. OLE color: 5850639.

HSL color Cylindrical-coordinate representation of color #0F4659: hue angle of 195.41º 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 #0F4659 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 70 89 -
CMYK 0.83 0.21 0 0.65
HSL 195.41º 0.71% 0.2% -
HSV(B) 195.41º 0.83% 0.35% -
XYZ 4.19 5.2 10.23 -
YUV 55.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 15 70 89 0.83 0.21 0 0.65 195.41 0.71 0.2
Hex F 46 59 53 15 0 41 C3 47 14
Octal 17 106 131 123 25 0 101 303 107 24
Binary 1111 1000110 1011001 1010011 10101 0 1000001 11000011 1000111 10100

Color Harmonies of #0F4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4659

Black with #0F4659

Text Example


Text Example

White with #0F4659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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