Html Css Color HEX #0F4963 Astronaut Blue

📋 copy color: '#0F4963'

red 15 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #0F4963

Tints of Astronaut Blue #0F4963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 8.02%
G = 39.04%
B = 52.94%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0F4963 (or 0x0F4963) is known color: Astronaut Blue. HEX triplet: 0F, 49 and 63. RGB value is (15,73,99). Sum of RGB (Red+Green+Blue) = 15+73+99=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4963 is #F0B69C. Grayscale: #3A3A3A. Windows color (decimal): -15775389 or 6506767. OLE color: 6506767.

HSL color Cylindrical-coordinate representation of color #0F4963: hue angle of 198.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4963 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 73 99 -
CMYK 0.85 0.26 0 0.61
HSL 198.57º 0.74% 0.22% -
HSV(B) 198.57º 0.85% 0.39% -
XYZ 4.83 5.77 12.66 -
YUV 58.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 15 73 99 0.85 0.26 0 0.61 198.57 0.74 0.22
Hex F 49 63 55 1A 0 3D C7 4A 16
Octal 17 111 143 125 32 0 75 307 112 26
Binary 1111 1001001 1100011 1010101 11010 0 111101 11000111 1001010 10110

Color Harmonies of #0F4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4963

Black with #0F4963

Text Example


Text Example

White with #0F4963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,73,99); }

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

background-color css

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

 a { background-color: rgb(15,73,99); }

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

border-color css

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

 span { border-color: rgb(15,73,99); }

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