Html Css Color HEX #0F415B Astronaut Blue

📋 copy color: '#0F415B'

red 15 ◦ green 65 ◦ blue 91

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

Shades of Astronaut Blue #0F415B

Tints of Astronaut Blue #0F415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 8.77%
G = 38.01%
B = 53.22%

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

#0F415B (or 0x0F415B) is known color: Astronaut Blue. HEX triplet: 0F, 41 and 5B. RGB value is (15,65,91). Sum of RGB (Red+Green+Blue) = 15+65+91=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F415B is #F0BEA4. Grayscale: #343434. Windows color (decimal): -15777445 or 5980431. OLE color: 5980431.

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

Color convert

RGB 15 65 91 -
CMYK 0.84 0.29 0 0.64
HSL 200.53º 0.72% 0.21% -
HSV(B) 200.53º 0.84% 0.36% -
XYZ 3.98 4.64 10.58 -
YUV 53.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 15 65 91 0.84 0.29 0 0.64 200.53 0.72 0.21
Hex F 41 5B 54 1D 0 40 C9 48 15
Octal 17 101 133 124 35 0 100 311 110 25
Binary 1111 1000001 1011011 1010100 11101 0 1000000 11001001 1001000 10101

Color Harmonies of #0F415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F415B

Black with #0F415B

Text Example


Text Example

White with #0F415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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