Html Css Color HEX #0F607F Allports

📋 copy color: '#0F607F'

red 15 ◦ green 96 ◦ blue 127

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

Shades of Allports #0F607F

Tints of Allports #0F607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 127 (50% from 255) = 53.36%

R = 6.3%
G = 40.34%
B = 53.36%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0F607F (or 0x0F607F) is known color: Allports. HEX triplet: 0F, 60 and 7F. RGB value is (15,96,127). Sum of RGB (Red+Green+Blue) = 15+96+127=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F607F is #F09F80. Grayscale: #4B4B4B. Windows color (decimal): -15769473 or 8347663. OLE color: 8347663.

HSL color Cylindrical-coordinate representation of color #0F607F: hue angle of 196.61º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F607F is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 96 127 -
CMYK 0.88 0.24 0 0.50
HSL 196.61º 0.79% 0.28% -
HSV(B) 196.61º 0.88% 0.5% -
XYZ 8.21 10 21.58 -
YUV 75.32 157.16 84.98 -
System Red Green Blue C M Y K H S L
Decimal 15 96 127 0.88 0.24 0 0.50 196.61 0.79 0.28
Hex F 60 7F 58 18 0 32 C5 4F 1C
Octal 17 140 177 130 30 0 62 305 117 34
Binary 1111 1100000 1111111 1011000 11000 0 110010 11000101 1001111 11100

Color Harmonies of #0F607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F607F

Black with #0F607F

Text Example


Text Example

White with #0F607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,127); }

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

background-color css

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

 a { background-color: rgb(15,96,127); }

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

border-color css

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

 span { border-color: rgb(15,96,127); }

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