Html Css Color HEX #011C3F Tangaroa

📋 copy color: '#011C3F'

red 1 ◦ green 28 ◦ blue 63

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

Shades of Tangaroa #011C3F

Tints of Tangaroa #011C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.43%

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

R = 1.09%
G = 30.43%
B = 68.48%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#011C3F (or 0x011C3F) is known color: Tangaroa. HEX triplet: 01, 1C and 3F. RGB value is (1,28,63). Sum of RGB (Red+Green+Blue) = 1+28+63=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #011C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C3F is #FEE3C0. Grayscale: #171717. Windows color (decimal): -16704449 or 4135937. OLE color: 4135937.

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

Color convert

RGB 1 28 63 -
CMYK 0.98 0.56 0 0.75
HSL 213.87º 0.97% 0.13% -
HSV(B) 213.87º 0.98% 0.25% -
XYZ 1.32 1.2 4.86 -
YUV 23.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 1 28 63 0.98 0.56 0 0.75 213.87 0.97 0.13
Hex 1 1C 3F 62 38 0 4B D6 61 D
Octal 1 34 77 142 70 0 113 326 141 15
Binary 1 11100 111111 1100010 111000 0 1001011 11010110 1100001 1101

Color Harmonies of #011C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C3F

Black with #011C3F

Text Example


Text Example

White with #011C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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