Html Css Color HEX #0F445F Astronaut Blue

📋 copy color: '#0F445F'

red 15 ◦ green 68 ◦ blue 95

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

Shades of Astronaut Blue #0F445F

Tints of Astronaut Blue #0F445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.2%

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 8.43%
G = 38.2%
B = 53.37%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0F445F (or 0x0F445F) is known color: Astronaut Blue. HEX triplet: 0F, 44 and 5F. RGB value is (15,68,95). Sum of RGB (Red+Green+Blue) = 15+68+95=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F445F is #F0BBA0. Grayscale: #373737. Windows color (decimal): -15776673 or 6243343. OLE color: 6243343.

HSL color Cylindrical-coordinate representation of color #0F445F: hue angle of 200.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F445F is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 68 95 -
CMYK 0.84 0.28 0 0.63
HSL 200.25º 0.73% 0.22% -
HSV(B) 200.25º 0.84% 0.37% -
XYZ 4.33 5.06 11.58 -
YUV 55.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 15 68 95 0.84 0.28 0 0.63 200.25 0.73 0.22
Hex F 44 5F 54 1C 0 3F C8 49 16
Octal 17 104 137 124 34 0 77 310 111 26
Binary 1111 1000100 1011111 1010100 11100 0 111111 11001000 1001001 10110

Color Harmonies of #0F445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F445F

Black with #0F445F

Text Example


Text Example

White with #0F445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,95); }

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

background-color css

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

 a { background-color: rgb(15,68,95); }

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

border-color css

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

 span { border-color: rgb(15,68,95); }

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