Html Css Color HEX #011E3F Tangaroa

📋 copy color: '#011E3F'

red 1 ◦ green 30 ◦ blue 63

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

Shades of Tangaroa #011E3F

Tints of Tangaroa #011E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 67.02%

R = 1.06%
G = 31.91%
B = 67.02%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011E3F (or 0x011E3F) is known color: Tangaroa. HEX triplet: 01, 1E and 3F. RGB value is (1,30,63). Sum of RGB (Red+Green+Blue) = 1+30+63=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #011E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E3F is #FEE1C0. Grayscale: #181818. Windows color (decimal): -16703937 or 4136449. OLE color: 4136449.

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

Color convert

RGB 1 30 63 -
CMYK 0.98 0.52 0 0.75
HSL 211.94º 0.97% 0.13% -
HSV(B) 211.94º 0.98% 0.25% -
XYZ 1.37 1.29 4.88 -
YUV 25.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 1 30 63 0.98 0.52 0 0.75 211.94 0.97 0.13
Hex 1 1E 3F 62 34 0 4B D4 61 D
Octal 1 36 77 142 64 0 113 324 141 15
Binary 1 11110 111111 1100010 110100 0 1001011 11010100 1100001 1101

Color Harmonies of #011E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E3F

Black with #011E3F

Text Example


Text Example

White with #011E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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