Html Css Color HEX #0F6447 Jewel

📋 copy color: '#0F6447'

red 15 ◦ green 100 ◦ blue 71

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

Shades of Jewel #0F6447

Tints of Jewel #0F6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.76%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 8.06%
G = 53.76%
B = 38.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#0F6447 (or 0x0F6447) is known color: Jewel. HEX triplet: 0F, 64 and 47. RGB value is (15,100,71). Sum of RGB (Red+Green+Blue) = 15+100+71=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6447 is #F09BB8. Grayscale: #474747. Windows color (decimal): -15768505 or 4678671. OLE color: 4678671.

HSL color Cylindrical-coordinate representation of color #0F6447: hue angle of 159.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6447 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 100 71 -
CMYK 0.85 0 0.29 0.61
HSL 159.53º 0.74% 0.23% -
HSV(B) 159.53º 0.85% 0.39% -
XYZ 5.89 9.67 7.52 -
YUV 71.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 15 100 71 0.85 0 0.29 0.61 159.53 0.74 0.23
Hex F 64 47 55 0 1D 3D A0 4A 17
Octal 17 144 107 125 0 35 75 240 112 27
Binary 1111 1100100 1000111 1010101 0 11101 111101 10100000 1001010 10111

Color Harmonies of #0F6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6447

Black with #0F6447

Text Example


Text Example

White with #0F6447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,100,71); }

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

background-color css

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

 a { background-color: rgb(15,100,71); }

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

border-color css

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

 span { border-color: rgb(15,100,71); }

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