Html Css Color HEX #0F465C Astronaut Blue

📋 copy color: '#0F465C'

red 15 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #0F465C

Tints of Astronaut Blue #0F465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 8.47%
G = 39.55%
B = 51.98%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F465C (or 0x0F465C) is known color: Astronaut Blue. HEX triplet: 0F, 46 and 5C. RGB value is (15,70,92). Sum of RGB (Red+Green+Blue) = 15+70+92=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F465C is #F0B9A3. Grayscale: #373737. Windows color (decimal): -15776164 or 6047247. OLE color: 6047247.

HSL color Cylindrical-coordinate representation of color #0F465C: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F465C is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 70 92 -
CMYK 0.84 0.24 0 0.64
HSL 197.14º 0.72% 0.21% -
HSV(B) 197.14º 0.84% 0.36% -
XYZ 4.32 5.25 10.91 -
YUV 56.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 15 70 92 0.84 0.24 0 0.64 197.14 0.72 0.21
Hex F 46 5C 54 18 0 40 C5 48 15
Octal 17 106 134 124 30 0 100 305 110 25
Binary 1111 1000110 1011100 1010100 11000 0 1000000 11000101 1001000 10101

Color Harmonies of #0F465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F465C

Black with #0F465C

Text Example


Text Example

White with #0F465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,92); }

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

background-color css

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

 a { background-color: rgb(15,70,92); }

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

border-color css

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

 span { border-color: rgb(15,70,92); }

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