Html Css Color HEX #0B2949 Tangaroa

📋 copy color: '#0B2949'

red 11 ◦ green 41 ◦ blue 73

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

Shades of Tangaroa #0B2949

Tints of Tangaroa #0B2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 32.8%

 BLUE value IS 73 (28.91% from 255) = 58.4%

R = 8.8%
G = 32.8%
B = 58.4%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B2949 (or 0x0B2949) is known color: Tangaroa. HEX triplet: 0B, 29 and 49. RGB value is (11,41,73). Sum of RGB (Red+Green+Blue) = 11+41+73=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B2949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2949 is #F4D6B6. Grayscale: #232323. Windows color (decimal): -16045751 or 4794635. OLE color: 4794635.

HSL color Cylindrical-coordinate representation of color #0B2949: hue angle of 210.97º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2949 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 41 73 -
CMYK 0.85 0.44 0 0.71
HSL 210.97º 0.74% 0.16% -
HSV(B) 210.97º 0.85% 0.29% -
XYZ 2.13 2.14 6.6 -
YUV 35.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 11 41 73 0.85 0.44 0 0.71 210.97 0.74 0.16
Hex B 29 49 55 2C 0 47 D3 4A 10
Octal 13 51 111 125 54 0 107 323 112 20
Binary 1011 101001 1001001 1010101 101100 0 1000111 11010011 1001010 10000

Color Harmonies of #0B2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2949

Black with #0B2949

Text Example


Text Example

White with #0B2949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,73); }

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

background-color css

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

 a { background-color: rgb(11,41,73); }

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

border-color css

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

 span { border-color: rgb(11,41,73); }

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