Html Css Color HEX #011C38 Tangaroa

📋 copy color: '#011C38'

red 1 ◦ green 28 ◦ blue 56

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

Shades of Tangaroa #011C38

Tints of Tangaroa #011C38

RGB

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

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

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

R = 1.18%
G = 32.94%
B = 65.88%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011C38 (or 0x011C38) is known color: Tangaroa. HEX triplet: 01, 1C and 38. RGB value is (1,28,56). Sum of RGB (Red+Green+Blue) = 1+28+56=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #011C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C38 is #FEE3C7. Grayscale: #161616. Windows color (decimal): -16704456 or 3677185. OLE color: 3677185.

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

Color convert

RGB 1 28 56 -
CMYK 0.98 0.50 0 0.78
HSL 210.55º 0.96% 0.11% -
HSV(B) 210.55º 0.98% 0.22% -
XYZ 1.14 1.12 3.9 -
YUV 23.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 1 28 56 0.98 0.50 0 0.78 210.55 0.96 0.11
Hex 1 1C 38 62 32 0 4E D3 60 B
Octal 1 34 70 142 62 0 116 323 140 13
Binary 1 11100 111000 1100010 110010 0 1001110 11010011 1100000 1011

Color Harmonies of #011C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C38

Black with #011C38

Text Example


Text Example

White with #011C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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