Html Css Color HEX #0F475C Astronaut Blue

📋 copy color: '#0F475C'

red 15 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #0F475C

Tints of Astronaut Blue #0F475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 8.43%
G = 39.89%
B = 51.69%

CMYK

 C value IS 0.84

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F475C (or 0x0F475C) is known color: Astronaut Blue. HEX triplet: 0F, 47 and 5C. RGB value is (15,71,92). Sum of RGB (Red+Green+Blue) = 15+71+92=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F475C is #F0B8A3. Grayscale: #383838. Windows color (decimal): -15775908 or 6047503. OLE color: 6047503.

HSL color Cylindrical-coordinate representation of color #0F475C: hue angle of 196.36º 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 #0F475C is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 71 92 -
CMYK 0.84 0.23 0 0.64
HSL 196.36º 0.72% 0.21% -
HSV(B) 196.36º 0.84% 0.36% -
XYZ 4.38 5.38 10.93 -
YUV 56.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 15 71 92 0.84 0.23 0 0.64 196.36 0.72 0.21
Hex F 47 5C 54 17 0 40 C4 48 15
Octal 17 107 134 124 27 0 100 304 110 25
Binary 1111 1000111 1011100 1010100 10111 0 1000000 11000100 1001000 10101

Color Harmonies of #0F475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F475C

Black with #0F475C

Text Example


Text Example

White with #0F475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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