Html Css Color HEX #0F6579 Allports

📋 copy color: '#0F6579'

red 15 ◦ green 101 ◦ blue 121

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

Shades of Allports #0F6579

Tints of Allports #0F6579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

 BLUE value IS 121 (47.66% from 255) = 51.05%

R = 6.33%
G = 42.62%
B = 51.05%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F6579 (or 0x0F6579) is known color: Allports. HEX triplet: 0F, 65 and 79. RGB value is (15,101,121). Sum of RGB (Red+Green+Blue) = 15+101+121=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F6579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6579 is #F09A86. Grayscale: #4D4D4D. Windows color (decimal): -15768199 or 7955727. OLE color: 7955727.

HSL color Cylindrical-coordinate representation of color #0F6579: hue angle of 191.32º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6579 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 101 121 -
CMYK 0.88 0.17 0 0.53
HSL 191.32º 0.78% 0.27% -
HSV(B) 191.32º 0.88% 0.47% -
XYZ 8.3 10.79 19.73 -
YUV 77.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 15 101 121 0.88 0.17 0 0.53 191.32 0.78 0.27
Hex F 65 79 58 11 0 35 BF 4E 1B
Octal 17 145 171 130 21 0 65 277 116 33
Binary 1111 1100101 1111001 1011000 10001 0 110101 10111111 1001110 11011

Color Harmonies of #0F6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6579

Black with #0F6579

Text Example


Text Example

White with #0F6579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,121); }

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

background-color css

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

 a { background-color: rgb(15,101,121); }

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

border-color css

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

 span { border-color: rgb(15,101,121); }

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