Html Css Color HEX #011938 Tangaroa

📋 copy color: '#011938'

red 1 ◦ green 25 ◦ blue 56

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

Shades of Tangaroa #011938

Tints of Tangaroa #011938

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.49%

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

R = 1.22%
G = 30.49%
B = 68.29%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011938 (or 0x011938) is known color: Tangaroa. HEX triplet: 01, 19 and 38. RGB value is (1,25,56). Sum of RGB (Red+Green+Blue) = 1+25+56=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #011938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011938 is #FEE6C7. Grayscale: #151515. Windows color (decimal): -16705224 or 3676417. OLE color: 3676417.

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

Color convert

RGB 1 25 56 -
CMYK 0.98 0.55 0 0.78
HSL 213.82º 0.96% 0.11% -
HSV(B) 213.82º 0.98% 0.22% -
XYZ 1.07 0.99 3.88 -
YUV 21.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 1 25 56 0.98 0.55 0 0.78 213.82 0.96 0.11
Hex 1 19 38 62 37 0 4E D6 60 B
Octal 1 31 70 142 67 0 116 326 140 13
Binary 1 11001 111000 1100010 110111 0 1001110 11010110 1100000 1011

Color Harmonies of #011938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011938

Black with #011938

Text Example


Text Example

White with #011938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011938; }

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

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

background-color css

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

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

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

border-color css

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

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

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