Html Css Color HEX #0F4C67 Astronaut Blue

📋 copy color: '#0F4C67'

red 15 ◦ green 76 ◦ blue 103

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

Shades of Astronaut Blue #0F4C67

Tints of Astronaut Blue #0F4C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.18%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 7.73%
G = 39.18%
B = 53.09%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F4C67 (or 0x0F4C67) is known color: Astronaut Blue. HEX triplet: 0F, 4C and 67. RGB value is (15,76,103). Sum of RGB (Red+Green+Blue) = 15+76+103=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F4C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4C67 is #F0B398. Grayscale: #3C3C3C. Windows color (decimal): -15774617 or 6769679. OLE color: 6769679.

HSL color Cylindrical-coordinate representation of color #0F4C67: hue angle of 198.41º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4C67 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 76 103 -
CMYK 0.85 0.26 0 0.60
HSL 198.41º 0.75% 0.23% -
HSV(B) 198.41º 0.85% 0.4% -
XYZ 5.23 6.25 13.76 -
YUV 60.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 15 76 103 0.85 0.26 0 0.60 198.41 0.75 0.23
Hex F 4C 67 55 1A 0 3C C6 4B 17
Octal 17 114 147 125 32 0 74 306 113 27
Binary 1111 1001100 1100111 1010101 11010 0 111100 11000110 1001011 10111

Color Harmonies of #0F4C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4C67

Black with #0F4C67

Text Example


Text Example

White with #0F4C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,76,103); }

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

background-color css

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

 a { background-color: rgb(15,76,103); }

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

border-color css

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

 span { border-color: rgb(15,76,103); }

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