Html Css Color HEX #0A362F Deep Teal

📋 copy color: '#0A362F'

red 10 ◦ green 54 ◦ blue 47

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

Shades of Deep Teal #0A362F

Tints of Deep Teal #0A362F

RGB

 RED value IS 10 (4.3% from 255) = 9.01%

 GREEN value IS 54 (21.48% from 255) = 48.65%

 BLUE value IS 47 (18.75% from 255) = 42.34%

R = 9.01%
G = 48.65%
B = 42.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#0A362F (or 0x0A362F) is known color: Deep Teal. HEX triplet: 0A, 36 and 2F. RGB value is (10,54,47). Sum of RGB (Red+Green+Blue) = 10+54+47=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #0A362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A362F is #F5C9D0. Grayscale: #282828. Windows color (decimal): -16107985 or 3094026. OLE color: 3094026.

HSL color Cylindrical-coordinate representation of color #0A362F: hue angle of 170.45º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A362F is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 54 47 -
CMYK 0.81 0 0.13 0.79
HSL 170.45º 0.69% 0.13% -
HSV(B) 170.45º 0.81% 0.21% -
XYZ 1.96 2.91 3.15 -
YUV 40.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 10 54 47 0.81 0 0.13 0.79 170.45 0.69 0.13
Hex A 36 2F 51 0 D 4F AA 45 D
Octal 12 66 57 121 0 15 117 252 105 15
Binary 1010 110110 101111 1010001 0 1101 1001111 10101010 1000101 1101

Color Harmonies of #0A362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A362F

Black with #0A362F

Text Example


Text Example

White with #0A362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,54,47); }

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

background-color css

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

 a { background-color: rgb(10,54,47); }

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

border-color css

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

 span { border-color: rgb(10,54,47); }

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