Html Css Color HEX #0F443B Deep Teal

📋 copy color: '#0F443B'

red 15 ◦ green 68 ◦ blue 59

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

Shades of Deep Teal #0F443B

Tints of Deep Teal #0F443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.89%

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 10.56%
G = 47.89%
B = 41.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#0F443B (or 0x0F443B) is known color: Deep Teal. HEX triplet: 0F, 44 and 3B. RGB value is (15,68,59). Sum of RGB (Red+Green+Blue) = 15+68+59=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #0F443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F443B is #F0BBC4. Grayscale: #333333. Windows color (decimal): -15776709 or 3884047. OLE color: 3884047.

HSL color Cylindrical-coordinate representation of color #0F443B: hue angle of 169.81º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F443B is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 68 59 -
CMYK 0.78 0 0.13 0.73
HSL 169.81º 0.64% 0.16% -
HSV(B) 169.81º 0.78% 0.27% -
XYZ 3.05 4.55 4.86 -
YUV 51.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 15 68 59 0.78 0 0.13 0.73 169.81 0.64 0.16
Hex F 44 3B 4E 0 D 49 AA 40 10
Octal 17 104 73 116 0 15 111 252 100 20
Binary 1111 1000100 111011 1001110 0 1101 1001001 10101010 1000000 10000

Color Harmonies of #0F443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F443B

Black with #0F443B

Text Example


Text Example

White with #0F443B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,68,59); }

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

background-color css

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

 a { background-color: rgb(15,68,59); }

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

border-color css

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

 span { border-color: rgb(15,68,59); }

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