Html Css Color HEX #011D43 Tangaroa

📋 copy color: '#011D43'

red 1 ◦ green 29 ◦ blue 67

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

Shades of Tangaroa #011D43

Tints of Tangaroa #011D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

 BLUE value IS 67 (26.56% from 255) = 69.07%

R = 1.03%
G = 29.9%
B = 69.07%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#011D43 (or 0x011D43) is known color: Tangaroa. HEX triplet: 01, 1D and 43. RGB value is (1,29,67). Sum of RGB (Red+Green+Blue) = 1+29+67=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #011D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D43 is #FEE2BC. Grayscale: #181818. Windows color (decimal): -16704189 or 4398337. OLE color: 4398337.

HSL color Cylindrical-coordinate representation of color #011D43: hue angle of 214.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D43 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 29 67 -
CMYK 0.99 0.57 0 0.74
HSL 214.55º 0.97% 0.13% -
HSV(B) 214.55º 0.99% 0.26% -
XYZ 1.47 1.29 5.48 -
YUV 24.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 1 29 67 0.99 0.57 0 0.74 214.55 0.97 0.13
Hex 1 1D 43 63 39 0 4A D7 61 D
Octal 1 35 103 143 71 0 112 327 141 15
Binary 1 11101 1000011 1100011 111001 0 1001010 11010111 1100001 1101

Color Harmonies of #011D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011D43

Black with #011D43

Text Example


Text Example

White with #011D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,29,67); }

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

background-color css

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

 a { background-color: rgb(1,29,67); }

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

border-color css

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

 span { border-color: rgb(1,29,67); }

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