Html Css Color HEX #0F413A Deep Teal

📋 copy color: '#0F413A'

red 15 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #0F413A

Tints of Deep Teal #0F413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 10.87%
G = 47.1%
B = 42.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#0F413A (or 0x0F413A) is known color: Deep Teal. HEX triplet: 0F, 41 and 3A. RGB value is (15,65,58). Sum of RGB (Red+Green+Blue) = 15+65+58=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413A is #F0BEC5. Grayscale: #313131. Windows color (decimal): -15777478 or 3817743. OLE color: 3817743.

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

Color convert

RGB 15 65 58 -
CMYK 0.77 0 0.11 0.75
HSL 171.6º 0.63% 0.16% -
HSV(B) 171.6º 0.77% 0.25% -
XYZ 2.85 4.19 4.66 -
YUV 49.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 15 65 58 0.77 0 0.11 0.75 171.6 0.63 0.16
Hex F 41 3A 4D 0 B 4B AC 3E 10
Octal 17 101 72 115 0 13 113 254 76 20
Binary 1111 1000001 111010 1001101 0 1011 1001011 10101100 111110 10000

Color Harmonies of #0F413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F413A

Black with #0F413A

Text Example


Text Example

White with #0F413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,58); }

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

background-color css

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

 a { background-color: rgb(15,65,58); }

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

border-color css

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

 span { border-color: rgb(15,65,58); }

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