Html Css Color HEX #0F4261 Astronaut Blue

📋 copy color: '#0F4261'

red 15 ◦ green 66 ◦ blue 97

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

Shades of Astronaut Blue #0F4261

Tints of Astronaut Blue #0F4261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 8.43%
G = 37.08%
B = 54.49%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F4261 (or 0x0F4261) is known color: Astronaut Blue. HEX triplet: 0F, 42 and 61. RGB value is (15,66,97). Sum of RGB (Red+Green+Blue) = 15+66+97=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F4261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4261 is #F0BD9E. Grayscale: #363636. Windows color (decimal): -15777183 or 6373903. OLE color: 6373903.

HSL color Cylindrical-coordinate representation of color #0F4261: hue angle of 202.68º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4261 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 66 97 -
CMYK 0.85 0.32 0 0.62
HSL 202.68º 0.73% 0.22% -
HSV(B) 202.68º 0.85% 0.38% -
XYZ 4.3 4.86 12.02 -
YUV 54.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 15 66 97 0.85 0.32 0 0.62 202.68 0.73 0.22
Hex F 42 61 55 20 0 3E CB 49 16
Octal 17 102 141 125 40 0 76 313 111 26
Binary 1111 1000010 1100001 1010101 100000 0 111110 11001011 1001001 10110

Color Harmonies of #0F4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4261

Black with #0F4261

Text Example


Text Example

White with #0F4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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