Html Css Color HEX #0F4867 Astronaut Blue

📋 copy color: '#0F4867'

red 15 ◦ green 72 ◦ blue 103

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

Shades of Astronaut Blue #0F4867

Tints of Astronaut Blue #0F4867

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 7.89%
G = 37.89%
B = 54.21%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0F4867 (or 0x0F4867) is known color: Astronaut Blue. HEX triplet: 0F, 48 and 67. RGB value is (15,72,103). Sum of RGB (Red+Green+Blue) = 15+72+103=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F4867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4867 is #F0B798. Grayscale: #3A3A3A. Windows color (decimal): -15775641 or 6768655. OLE color: 6768655.

HSL color Cylindrical-coordinate representation of color #0F4867: hue angle of 201.14º 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 #0F4867 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 72 103 -
CMYK 0.85 0.30 0 0.60
HSL 201.14º 0.75% 0.23% -
HSV(B) 201.14º 0.85% 0.4% -
XYZ 4.96 5.72 13.67 -
YUV 58.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 15 72 103 0.85 0.30 0 0.60 201.14 0.75 0.23
Hex F 48 67 55 1E 0 3C C9 4B 17
Octal 17 110 147 125 36 0 74 311 113 27
Binary 1111 1001000 1100111 1010101 11110 0 111100 11001001 1001011 10111

Color Harmonies of #0F4867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4867

Black with #0F4867

Text Example


Text Example

White with #0F4867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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