Html Css Color HEX #0F4859 Astronaut Blue

📋 copy color: '#0F4859'

red 15 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #0F4859

Tints of Astronaut Blue #0F4859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 8.52%
G = 40.91%
B = 50.57%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4859 (or 0x0F4859) is known color: Astronaut Blue. HEX triplet: 0F, 48 and 59. RGB value is (15,72,89). Sum of RGB (Red+Green+Blue) = 15+72+89=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4859 is #F0B7A6. Grayscale: #383838. Windows color (decimal): -15775655 or 5851151. OLE color: 5851151.

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

Color convert

RGB 15 72 89 -
CMYK 0.83 0.19 0 0.65
HSL 193.78º 0.71% 0.2% -
HSV(B) 193.78º 0.83% 0.35% -
XYZ 4.32 5.46 10.28 -
YUV 56.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 15 72 89 0.83 0.19 0 0.65 193.78 0.71 0.2
Hex F 48 59 53 13 0 41 C2 47 14
Octal 17 110 131 123 23 0 101 302 107 24
Binary 1111 1001000 1011001 1010011 10011 0 1000001 11000010 1000111 10100

Color Harmonies of #0F4859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4859

Black with #0F4859

Text Example


Text Example

White with #0F4859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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