Html Css Color HEX #0B413A Deep Teal

📋 copy color: '#0B413A'

red 11 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #0B413A

Tints of Deep Teal #0B413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 8.21%
G = 48.51%
B = 43.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#0B413A (or 0x0B413A) is known color: Deep Teal. HEX triplet: 0B, 41 and 3A. RGB value is (11,65,58). Sum of RGB (Red+Green+Blue) = 11+65+58=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #0B413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B413A is #F4BEC5. Grayscale: #303030. Windows color (decimal): -16039622 or 3817739. OLE color: 3817739.

HSL color Cylindrical-coordinate representation of color #0B413A: hue angle of 172.22º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B413A is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 65 58 -
CMYK 0.83 0 0.11 0.75
HSL 172.22º 0.71% 0.15% -
HSV(B) 172.22º 0.83% 0.25% -
XYZ 2.79 4.16 4.66 -
YUV 48.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 11 65 58 0.83 0 0.11 0.75 172.22 0.71 0.15
Hex B 41 3A 53 0 B 4B AC 47 F
Octal 13 101 72 123 0 13 113 254 107 17
Binary 1011 1000001 111010 1010011 0 1011 1001011 10101100 1000111 1111

Color Harmonies of #0B413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B413A

Black with #0B413A

Text Example


Text Example

White with #0B413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,58); }

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

background-color css

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

 a { background-color: rgb(11,65,58); }

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

border-color css

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

 span { border-color: rgb(11,65,58); }

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