Html Css Color HEX #011E38 Tangaroa

📋 copy color: '#011E38'

red 1 ◦ green 30 ◦ blue 56

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

Shades of Tangaroa #011E38

Tints of Tangaroa #011E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.48%

 BLUE value IS 56 (22.27% from 255) = 64.37%

R = 1.15%
G = 34.48%
B = 64.37%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011E38 (or 0x011E38) is known color: Tangaroa. HEX triplet: 01, 1E and 38. RGB value is (1,30,56). Sum of RGB (Red+Green+Blue) = 1+30+56=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #011E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E38 is #FEE1C7. Grayscale: #181818. Windows color (decimal): -16703944 or 3677697. OLE color: 3677697.

HSL color Cylindrical-coordinate representation of color #011E38: hue angle of 208.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E38 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 30 56 -
CMYK 0.98 0.46 0 0.78
HSL 208.36º 0.96% 0.11% -
HSV(B) 208.36º 0.98% 0.22% -
XYZ 1.19 1.22 3.91 -
YUV 24.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 1 30 56 0.98 0.46 0 0.78 208.36 0.96 0.11
Hex 1 1E 38 62 2E 0 4E D0 60 B
Octal 1 36 70 142 56 0 116 320 140 13
Binary 1 11110 111000 1100010 101110 0 1001110 11010000 1100000 1011

Color Harmonies of #011E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E38

Black with #011E38

Text Example


Text Example

White with #011E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,30,56); }

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

background-color css

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

 a { background-color: rgb(1,30,56); }

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

border-color css

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

 span { border-color: rgb(1,30,56); }

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