Html Css Color HEX #0F4259 Astronaut Blue

📋 copy color: '#0F4259'

red 15 ◦ green 66 ◦ blue 89

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

Shades of Astronaut Blue #0F4259

Tints of Astronaut Blue #0F4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

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

R = 8.82%
G = 38.82%
B = 52.35%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4259 (or 0x0F4259) is known color: Astronaut Blue. HEX triplet: 0F, 42 and 59. RGB value is (15,66,89). Sum of RGB (Red+Green+Blue) = 15+66+89=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4259 is #F0BDA6. Grayscale: #353535. Windows color (decimal): -15777191 or 5849615. OLE color: 5849615.

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

Color convert

RGB 15 66 89 -
CMYK 0.83 0.26 0 0.65
HSL 198.65º 0.71% 0.2% -
HSV(B) 198.65º 0.83% 0.35% -
XYZ 3.95 4.72 10.15 -
YUV 53.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 15 66 89 0.83 0.26 0 0.65 198.65 0.71 0.2
Hex F 42 59 53 1A 0 41 C7 47 14
Octal 17 102 131 123 32 0 101 307 107 24
Binary 1111 1000010 1011001 1010011 11010 0 1000001 11000111 1000111 10100

Color Harmonies of #0F4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4259

Black with #0F4259

Text Example


Text Example

White with #0F4259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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