Html Css Color HEX #011B40 Tangaroa

📋 copy color: '#011B40'

red 1 ◦ green 27 ◦ blue 64

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

Shades of Tangaroa #011B40

Tints of Tangaroa #011B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 69.57%

R = 1.09%
G = 29.35%
B = 69.57%

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

#011B40 (or 0x011B40) is known color: Tangaroa. HEX triplet: 01, 1B and 40. RGB value is (1,27,64). Sum of RGB (Red+Green+Blue) = 1+27+64=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #011B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B40 is #FEE4BF. Grayscale: #171717. Windows color (decimal): -16704704 or 4201217. OLE color: 4201217.

HSL color Cylindrical-coordinate representation of color #011B40: hue angle of 215.24º 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 #011B40 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 27 64 -
CMYK 0.98 0.58 0 0.75
HSL 215.24º 0.97% 0.13% -
HSV(B) 215.24º 0.98% 0.25% -
XYZ 1.33 1.16 5 -
YUV 23.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 1 27 64 0.98 0.58 0 0.75 215.24 0.97 0.13
Hex 1 1B 40 62 3A 0 4B D7 61 D
Octal 1 33 100 142 72 0 113 327 141 15
Binary 1 11011 1000000 1100010 111010 0 1001011 11010111 1100001 1101

Color Harmonies of #011B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B40

Black with #011B40

Text Example


Text Example

White with #011B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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