Html Css Color HEX #0B473C Deep Teal

📋 copy color: '#0B473C'

red 11 ◦ green 71 ◦ blue 60

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

Shades of Deep Teal #0B473C

Tints of Deep Teal #0B473C

RGB

 RED value IS 11 (4.69% from 255) = 7.75%

 GREEN value IS 71 (28.13% from 255) = 50%

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 7.75%
G = 50%
B = 42.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#0B473C (or 0x0B473C) is known color: Deep Teal. HEX triplet: 0B, 47 and 3C. RGB value is (11,71,60). Sum of RGB (Red+Green+Blue) = 11+71+60=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #0B473C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B473C is #F4B8C3. Grayscale: #333333. Windows color (decimal): -16038084 or 3950347. OLE color: 3950347.

HSL color Cylindrical-coordinate representation of color #0B473C: hue angle of 169º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B473C is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 60 -
CMYK 0.85 0 0.15 0.72
HSL 169º 0.73% 0.16% -
HSV(B) 169º 0.85% 0.28% -
XYZ 3.21 4.9 5.05 -
YUV 51.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 11 71 60 0.85 0 0.15 0.72 169 0.73 0.16
Hex B 47 3C 55 0 F 48 A9 49 10
Octal 13 107 74 125 0 17 110 251 111 20
Binary 1011 1000111 111100 1010101 0 1111 1001000 10101001 1001001 10000

Color Harmonies of #0B473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B473C

Black with #0B473C

Text Example


Text Example

White with #0B473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,60); }

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

background-color css

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

 a { background-color: rgb(11,71,60); }

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

border-color css

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

 span { border-color: rgb(11,71,60); }

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