Html Css Color HEX #0F4359 Astronaut Blue

📋 copy color: '#0F4359'

red 15 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #0F4359

Tints of Astronaut Blue #0F4359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.18%

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

R = 8.77%
G = 39.18%
B = 52.05%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4359 (or 0x0F4359) is known color: Astronaut Blue. HEX triplet: 0F, 43 and 59. RGB value is (15,67,89). Sum of RGB (Red+Green+Blue) = 15+67+89=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4359 is #F0BCA6. Grayscale: #353535. Windows color (decimal): -15776935 or 5849871. OLE color: 5849871.

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

Color convert

RGB 15 67 89 -
CMYK 0.83 0.25 0 0.65
HSL 197.84º 0.71% 0.2% -
HSV(B) 197.84º 0.83% 0.35% -
XYZ 4.01 4.84 10.17 -
YUV 53.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 15 67 89 0.83 0.25 0 0.65 197.84 0.71 0.2
Hex F 43 59 53 19 0 41 C6 47 14
Octal 17 103 131 123 31 0 101 306 107 24
Binary 1111 1000011 1011001 1010011 11001 0 1000001 11000110 1000111 10100

Color Harmonies of #0F4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4359

Black with #0F4359

Text Example


Text Example

White with #0F4359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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