Html Css Color HEX #0B483E Deep Teal

📋 copy color: '#0B483E'

red 11 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #0B483E

Tints of Deep Teal #0B483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

 BLUE value IS 62 (24.61% from 255) = 42.76%

R = 7.59%
G = 49.66%
B = 42.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#0B483E (or 0x0B483E) is known color: Deep Teal. HEX triplet: 0B, 48 and 3E. RGB value is (11,72,62). Sum of RGB (Red+Green+Blue) = 11+72+62=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #0B483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B483E is #F4B7C1. Grayscale: #343434. Windows color (decimal): -16037826 or 4081675. OLE color: 4081675.

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

Color convert

RGB 11 72 62 -
CMYK 0.85 0 0.14 0.72
HSL 170.16º 0.73% 0.16% -
HSV(B) 170.16º 0.85% 0.28% -
XYZ 3.32 5.05 5.36 -
YUV 52.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 11 72 62 0.85 0 0.14 0.72 170.16 0.73 0.16
Hex B 48 3E 55 0 E 48 AA 49 10
Octal 13 110 76 125 0 16 110 252 111 20
Binary 1011 1001000 111110 1010101 0 1110 1001000 10101010 1001001 10000

Color Harmonies of #0B483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B483E

Black with #0B483E

Text Example


Text Example

White with #0B483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,72,62); }

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

background-color css

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

 a { background-color: rgb(11,72,62); }

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

border-color css

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

 span { border-color: rgb(11,72,62); }

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