Html Css Color HEX #0F6279 Allports

📋 copy color: '#0F6279'

red 15 ◦ green 98 ◦ blue 121

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

Shades of Allports #0F6279

Tints of Allports #0F6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

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

R = 6.41%
G = 41.88%
B = 51.71%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F6279 (or 0x0F6279) is known color: Allports. HEX triplet: 0F, 62 and 79. RGB value is (15,98,121). Sum of RGB (Red+Green+Blue) = 15+98+121=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F6279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6279 is #F09D86. Grayscale: #4B4B4B. Windows color (decimal): -15768967 or 7954959. OLE color: 7954959.

HSL color Cylindrical-coordinate representation of color #0F6279: hue angle of 193.02º 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 #0F6279 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 98 121 -
CMYK 0.88 0.19 0 0.53
HSL 193.02º 0.78% 0.27% -
HSV(B) 193.02º 0.88% 0.47% -
XYZ 8.02 10.22 19.64 -
YUV 75.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 15 98 121 0.88 0.19 0 0.53 193.02 0.78 0.27
Hex F 62 79 58 13 0 35 C1 4E 1B
Octal 17 142 171 130 23 0 65 301 116 33
Binary 1111 1100010 1111001 1011000 10011 0 110101 11000001 1001110 11011

Color Harmonies of #0F6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6279

Black with #0F6279

Text Example


Text Example

White with #0F6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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