Html Css Color HEX #0F4254 Astronaut Blue

📋 copy color: '#0F4254'

red 15 ◦ green 66 ◦ blue 84

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

Shades of Astronaut Blue #0F4254

Tints of Astronaut Blue #0F4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 84 (33.2% from 255) = 50.91%

R = 9.09%
G = 40%
B = 50.91%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F4254 (or 0x0F4254) is known color: Astronaut Blue. HEX triplet: 0F, 42 and 54. RGB value is (15,66,84). Sum of RGB (Red+Green+Blue) = 15+66+84=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4254 is #F0BDAB. Grayscale: #343434. Windows color (decimal): -15777196 or 5521935. OLE color: 5521935.

HSL color Cylindrical-coordinate representation of color #0F4254: hue angle of 195.65º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4254 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 66 84 -
CMYK 0.82 0.21 0 0.67
HSL 195.65º 0.7% 0.19% -
HSV(B) 195.65º 0.82% 0.33% -
XYZ 3.75 4.64 9.09 -
YUV 52.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 15 66 84 0.82 0.21 0 0.67 195.65 0.7 0.19
Hex F 42 54 52 15 0 43 C4 46 13
Octal 17 102 124 122 25 0 103 304 106 23
Binary 1111 1000010 1010100 1010010 10101 0 1000011 11000100 1000110 10011

Color Harmonies of #0F4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4254

Black with #0F4254

Text Example


Text Example

White with #0F4254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,66,84); }

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

background-color css

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

 a { background-color: rgb(15,66,84); }

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

border-color css

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

 span { border-color: rgb(15,66,84); }

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