Html Css Color HEX #0F4559 Astronaut Blue

📋 copy color: '#0F4559'

red 15 ◦ green 69 ◦ blue 89

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

Shades of Astronaut Blue #0F4559

Tints of Astronaut Blue #0F4559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

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

R = 8.67%
G = 39.88%
B = 51.45%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4559 (or 0x0F4559) is known color: Astronaut Blue. HEX triplet: 0F, 45 and 59. RGB value is (15,69,89). Sum of RGB (Red+Green+Blue) = 15+69+89=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4559 is #F0BAA6. Grayscale: #373737. Windows color (decimal): -15776423 or 5850383. OLE color: 5850383.

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

Color convert

RGB 15 69 89 -
CMYK 0.83 0.22 0 0.65
HSL 196.22º 0.71% 0.2% -
HSV(B) 196.22º 0.83% 0.35% -
XYZ 4.13 5.08 10.21 -
YUV 55.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 15 69 89 0.83 0.22 0 0.65 196.22 0.71 0.2
Hex F 45 59 53 16 0 41 C4 47 14
Octal 17 105 131 123 26 0 101 304 107 24
Binary 1111 1000101 1011001 1010011 10110 0 1000001 11000100 1000111 10100

Color Harmonies of #0F4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4559

Black with #0F4559

Text Example


Text Example

White with #0F4559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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