Html Css Color HEX #0B463C Deep Teal

📋 copy color: '#0B463C'

red 11 ◦ green 70 ◦ blue 60

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

Shades of Deep Teal #0B463C

Tints of Deep Teal #0B463C

RGB

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

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

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

R = 7.8%
G = 49.65%
B = 42.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#0B463C (or 0x0B463C) is known color: Deep Teal. HEX triplet: 0B, 46 and 3C. RGB value is (11,70,60). Sum of RGB (Red+Green+Blue) = 11+70+60=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #0B463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B463C is #F4B9C3. Grayscale: #333333. Windows color (decimal): -16038340 or 3950091. OLE color: 3950091.

HSL color Cylindrical-coordinate representation of color #0B463C: hue angle of 169.83º 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 #0B463C is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 11 70 60 -
CMYK 0.84 0 0.14 0.73
HSL 169.83º 0.73% 0.16% -
HSV(B) 169.83º 0.84% 0.27% -
XYZ 3.14 4.78 5.03 -
YUV 51.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 11 70 60 0.84 0 0.14 0.73 169.83 0.73 0.16
Hex B 46 3C 54 0 E 49 AA 49 10
Octal 13 106 74 124 0 16 111 252 111 20
Binary 1011 1000110 111100 1010100 0 1110 1001001 10101010 1001001 10000

Color Harmonies of #0B463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B463C

Black with #0B463C

Text Example


Text Example

White with #0B463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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