Html Css Color HEX #011B3B Tangaroa

📋 copy color: '#011B3B'

red 1 ◦ green 27 ◦ blue 59

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

Shades of Tangaroa #011B3B

Tints of Tangaroa #011B3B

RGB

 RED value IS 1 (0.78% from 255) = 1.15%

 GREEN value IS 27 (10.94% from 255) = 31.03%

 BLUE value IS 59 (23.44% from 255) = 67.82%

R = 1.15%
G = 31.03%
B = 67.82%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#011B3B (or 0x011B3B) is known color: Tangaroa. HEX triplet: 01, 1B and 3B. RGB value is (1,27,59). Sum of RGB (Red+Green+Blue) = 1+27+59=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #011B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B3B is #FEE4C4. Grayscale: #161616. Windows color (decimal): -16704709 or 3873537. OLE color: 3873537.

HSL color Cylindrical-coordinate representation of color #011B3B: hue angle of 213.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B3B is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 27 59 -
CMYK 0.98 0.54 0 0.77
HSL 213.1º 0.97% 0.12% -
HSV(B) 213.1º 0.98% 0.23% -
XYZ 1.19 1.11 4.29 -
YUV 22.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 1 27 59 0.98 0.54 0 0.77 213.1 0.97 0.12
Hex 1 1B 3B 62 36 0 4D D5 61 C
Octal 1 33 73 142 66 0 115 325 141 14
Binary 1 11011 111011 1100010 110110 0 1001101 11010101 1100001 1100

Color Harmonies of #011B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B3B

Black with #011B3B

Text Example


Text Example

White with #011B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B3B; }

 p { color: rgb(1,27,59); }

 H1.HeaderClassName
 {
   color: #011B3B;
 }
 .AnyTagClassName
 {
   color: #011B3B;
 }
</style>

background-color css

<style>
 a { background-color: #011B3B; }

 a { background-color: rgb(1,27,59); }

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

border-color css

<style>
 span { border-color: #011B3B; }

 span { border-color: rgb(1,27,59); }

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