Html Css Color HEX #0F647D Allports

📋 copy color: '#0F647D'

red 15 ◦ green 100 ◦ blue 125

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

Shades of Allports #0F647D

Tints of Allports #0F647D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 6.25%
G = 41.67%
B = 52.08%

CMYK

 C value IS 0.88

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F647D (or 0x0F647D) is known color: Allports. HEX triplet: 0F, 64 and 7D. RGB value is (15,100,125). Sum of RGB (Red+Green+Blue) = 15+100+125=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F647D is #F09B82. Grayscale: #4D4D4D. Windows color (decimal): -15768451 or 8217615. OLE color: 8217615.

HSL color Cylindrical-coordinate representation of color #0F647D: hue angle of 193.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F647D is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 100 125 -
CMYK 0.88 0.2 0 0.51
HSL 193.64º 0.79% 0.27% -
HSV(B) 193.64º 0.88% 0.49% -
XYZ 8.46 10.7 21.02 -
YUV 77.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 15 100 125 0.88 0.2 0 0.51 193.64 0.79 0.27
Hex F 64 7D 58 14 0 33 C2 4F 1B
Octal 17 144 175 130 24 0 63 302 117 33
Binary 1111 1100100 1111101 1011000 10100 0 110011 11000010 1001111 11011

Color Harmonies of #0F647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F647D

Black with #0F647D

Text Example


Text Example

White with #0F647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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