Html Css Color HEX #0F415C Astronaut Blue

📋 copy color: '#0F415C'

red 15 ◦ green 65 ◦ blue 92

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

Shades of Astronaut Blue #0F415C

Tints of Astronaut Blue #0F415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

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

R = 8.72%
G = 37.79%
B = 53.49%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F415C (or 0x0F415C) is known color: Astronaut Blue. HEX triplet: 0F, 41 and 5C. RGB value is (15,65,92). Sum of RGB (Red+Green+Blue) = 15+65+92=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #0F415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F415C is #F0BEA3. Grayscale: #343434. Windows color (decimal): -15777444 or 6045967. OLE color: 6045967.

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

Color convert

RGB 15 65 92 -
CMYK 0.84 0.29 0 0.64
HSL 201.04º 0.72% 0.21% -
HSV(B) 201.04º 0.84% 0.36% -
XYZ 4.02 4.65 10.81 -
YUV 53.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 15 65 92 0.84 0.29 0 0.64 201.04 0.72 0.21
Hex F 41 5C 54 1D 0 40 C9 48 15
Octal 17 101 134 124 35 0 100 311 110 25
Binary 1111 1000001 1011100 1010100 11101 0 1000000 11001001 1001000 10101

Color Harmonies of #0F415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F415C

Black with #0F415C

Text Example


Text Example

White with #0F415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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