Html Css Color HEX #0B463B Deep Teal

📋 copy color: '#0B463B'

red 11 ◦ green 70 ◦ blue 59

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

Shades of Deep Teal #0B463B

Tints of Deep Teal #0B463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50%

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

R = 7.86%
G = 50%
B = 42.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#0B463B (or 0x0B463B) is known color: Deep Teal. HEX triplet: 0B, 46 and 3B. RGB value is (11,70,59). Sum of RGB (Red+Green+Blue) = 11+70+59=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #0B463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B463B is #F4B9C4. Grayscale: #333333. Windows color (decimal): -16038341 or 3884555. OLE color: 3884555.

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

Color convert

RGB 11 70 59 -
CMYK 0.84 0 0.16 0.73
HSL 168.81º 0.73% 0.16% -
HSV(B) 168.81º 0.84% 0.27% -
XYZ 3.12 4.77 4.89 -
YUV 51.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 11 70 59 0.84 0 0.16 0.73 168.81 0.73 0.16
Hex B 46 3B 54 0 10 49 A9 49 10
Octal 13 106 73 124 0 20 111 251 111 20
Binary 1011 1000110 111011 1010100 0 10000 1001001 10101001 1001001 10000

Color Harmonies of #0B463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B463B

Black with #0B463B

Text Example


Text Example

White with #0B463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,70,59); }

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

background-color css

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

 a { background-color: rgb(11,70,59); }

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

border-color css

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

 span { border-color: rgb(11,70,59); }

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