Html Css Color HEX #0F7466 Deep Sea

📋 copy color: '#0F7466'

red 15 ◦ green 116 ◦ blue 102

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

Shades of Deep Sea #0F7466

Tints of Deep Sea #0F7466

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 6.44%
G = 49.79%
B = 43.78%

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

#0F7466 (or 0x0F7466) is known color: Deep Sea. HEX triplet: 0F, 74 and 66. RGB value is (15,116,102). Sum of RGB (Red+Green+Blue) = 15+116+102=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7466 is #F08B99. Grayscale: #545454. Windows color (decimal): -15764378 or 6714383. OLE color: 6714383.

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

Color convert

RGB 15 116 102 -
CMYK 0.87 0 0.12 0.55
HSL 171.68º 0.77% 0.26% -
HSV(B) 171.68º 0.87% 0.45% -
XYZ 8.84 13.55 14.72 -
YUV 84.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 15 116 102 0.87 0 0.12 0.55 171.68 0.77 0.26
Hex F 74 66 57 0 C 37 AC 4D 1A
Octal 17 164 146 127 0 14 67 254 115 32
Binary 1111 1110100 1100110 1010111 0 1100 110111 10101100 1001101 11010

Color Harmonies of #0F7466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7466

Black with #0F7466

Text Example


Text Example

White with #0F7466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,102); }

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

background-color css

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

 a { background-color: rgb(15,116,102); }

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

border-color css

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

 span { border-color: rgb(15,116,102); }

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