Html Css Color HEX #0F4157 Astronaut Blue

📋 copy color: '#0F4157'

red 15 ◦ green 65 ◦ blue 87

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

Shades of Astronaut Blue #0F4157

Tints of Astronaut Blue #0F4157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 87 (34.38% from 255) = 52.1%

R = 8.98%
G = 38.92%
B = 52.1%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F4157 (or 0x0F4157) is known color: Astronaut Blue. HEX triplet: 0F, 41 and 57. RGB value is (15,65,87). Sum of RGB (Red+Green+Blue) = 15+65+87=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F4157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4157 is #F0BEA8. Grayscale: #343434. Windows color (decimal): -15777449 or 5718287. OLE color: 5718287.

HSL color Cylindrical-coordinate representation of color #0F4157: hue angle of 198.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4157 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 65 87 -
CMYK 0.83 0.25 0 0.66
HSL 198.33º 0.71% 0.2% -
HSV(B) 198.33º 0.83% 0.34% -
XYZ 3.81 4.57 9.7 -
YUV 52.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 15 65 87 0.83 0.25 0 0.66 198.33 0.71 0.2
Hex F 41 57 53 19 0 42 C6 47 14
Octal 17 101 127 123 31 0 102 306 107 24
Binary 1111 1000001 1010111 1010011 11001 0 1000010 11000110 1000111 10100

Color Harmonies of #0F4157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4157

Black with #0F4157

Text Example


Text Example

White with #0F4157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,87); }

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

background-color css

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

 a { background-color: rgb(15,65,87); }

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

border-color css

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

 span { border-color: rgb(15,65,87); }

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