Html Css Color HEX #0B4637 Deep Teal

📋 copy color: '#0B4637'

red 11 ◦ green 70 ◦ blue 55

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

Shades of Deep Teal #0B4637

Tints of Deep Teal #0B4637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 8.09%
G = 51.47%
B = 40.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#0B4637 (or 0x0B4637) is known color: Deep Teal. HEX triplet: 0B, 46 and 37. RGB value is (11,70,55). Sum of RGB (Red+Green+Blue) = 11+70+55=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #0B4637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4637 is #F4B9C8. Grayscale: #323232. Windows color (decimal): -16038345 or 3622411. OLE color: 3622411.

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

Color convert

RGB 11 70 55 -
CMYK 0.84 0 0.21 0.73
HSL 164.75º 0.73% 0.16% -
HSV(B) 164.75º 0.84% 0.27% -
XYZ 3.02 4.73 4.37 -
YUV 50.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 11 70 55 0.84 0 0.21 0.73 164.75 0.73 0.16
Hex B 46 37 54 0 15 49 A5 49 10
Octal 13 106 67 124 0 25 111 245 111 20
Binary 1011 1000110 110111 1010100 0 10101 1001001 10100101 1001001 10000

Color Harmonies of #0B4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4637

Black with #0B4637

Text Example


Text Example

White with #0B4637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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