Html Css Color HEX #0F4458 Astronaut Blue

📋 copy color: '#0F4458'

red 15 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #0F4458

Tints of Astronaut Blue #0F4458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 8.77%
G = 39.77%
B = 51.46%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F4458 (or 0x0F4458) is known color: Astronaut Blue. HEX triplet: 0F, 44 and 58. RGB value is (15,68,88). Sum of RGB (Red+Green+Blue) = 15+68+88=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F4458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4458 is #F0BBA7. Grayscale: #363636. Windows color (decimal): -15776680 or 5784591. OLE color: 5784591.

HSL color Cylindrical-coordinate representation of color #0F4458: hue angle of 196.44º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4458 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 68 88 -
CMYK 0.83 0.23 0 0.65
HSL 196.44º 0.71% 0.2% -
HSV(B) 196.44º 0.83% 0.35% -
XYZ 4.03 4.94 9.97 -
YUV 54.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 15 68 88 0.83 0.23 0 0.65 196.44 0.71 0.2
Hex F 44 58 53 17 0 41 C4 47 14
Octal 17 104 130 123 27 0 101 304 107 24
Binary 1111 1000100 1011000 1010011 10111 0 1000001 11000100 1000111 10100

Color Harmonies of #0F4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4458

Black with #0F4458

Text Example


Text Example

White with #0F4458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,88); }

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

background-color css

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

 a { background-color: rgb(15,68,88); }

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

border-color css

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

 span { border-color: rgb(15,68,88); }

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