Html Css Color HEX #011B41 Tangaroa

📋 copy color: '#011B41'

red 1 ◦ green 27 ◦ blue 65

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

Shades of Tangaroa #011B41

Tints of Tangaroa #011B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 69.89%

R = 1.08%
G = 29.03%
B = 69.89%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011B41 (or 0x011B41) is known color: Tangaroa. HEX triplet: 01, 1B and 41. RGB value is (1,27,65). Sum of RGB (Red+Green+Blue) = 1+27+65=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #011B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B41 is #FEE4BE. Grayscale: #171717. Windows color (decimal): -16704703 or 4266753. OLE color: 4266753.

HSL color Cylindrical-coordinate representation of color #011B41: hue angle of 215.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B41 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 27 65 -
CMYK 0.98 0.58 0 0.75
HSL 215.63º 0.97% 0.13% -
HSV(B) 215.63º 0.98% 0.25% -
XYZ 1.36 1.17 5.16 -
YUV 23.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 1 27 65 0.98 0.58 0 0.75 215.63 0.97 0.13
Hex 1 1B 41 62 3A 0 4B D8 61 D
Octal 1 33 101 142 72 0 113 330 141 15
Binary 1 11011 1000001 1100010 111010 0 1001011 11011000 1100001 1101

Color Harmonies of #011B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B41

Black with #011B41

Text Example


Text Example

White with #011B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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