Html Css Color HEX #0F7365 Deep Sea

📋 copy color: '#0F7365'

red 15 ◦ green 115 ◦ blue 101

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

Shades of Deep Sea #0F7365

Tints of Deep Sea #0F7365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 6.49%
G = 49.78%
B = 43.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#0F7365 (or 0x0F7365) is known color: Deep Sea. HEX triplet: 0F, 73 and 65. RGB value is (15,115,101). Sum of RGB (Red+Green+Blue) = 15+115+101=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #0F7365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7365 is #F08C9A. Grayscale: #535353. Windows color (decimal): -15764635 or 6648591. OLE color: 6648591.

HSL color Cylindrical-coordinate representation of color #0F7365: hue angle of 171.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7365 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 115 101 -
CMYK 0.87 0 0.12 0.55
HSL 171.6º 0.77% 0.25% -
HSV(B) 171.6º 0.87% 0.45% -
XYZ 8.68 13.3 14.42 -
YUV 83.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 15 115 101 0.87 0 0.12 0.55 171.6 0.77 0.25
Hex F 73 65 57 0 C 37 AC 4D 19
Octal 17 163 145 127 0 14 67 254 115 31
Binary 1111 1110011 1100101 1010111 0 1100 110111 10101100 1001101 11001

Color Harmonies of #0F7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7365

Black with #0F7365

Text Example


Text Example

White with #0F7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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