Html Css Color HEX #001A38 Tangaroa

📋 copy color: '#001A38'

red 0 ◦ green 26 ◦ blue 56

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

Shades of Tangaroa #001A38

Tints of Tangaroa #001A38

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 31.71%

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

R = 0%
G = 31.71%
B = 68.29%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001A38 (or 0x001A38) is known color: Tangaroa. HEX triplet: 00, 1A and 38. RGB value is (0,26,56). Sum of RGB (Red+Green+Blue) = 0+26+56=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 26 (10.55% from 255 or 31.71% 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 #001A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A38 is #FFE5C7. Grayscale: #151515. Windows color (decimal): -16770504 or 3676672. OLE color: 3676672.

HSL color Cylindrical-coordinate representation of color #001A38: hue angle of 212.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A38 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 26 56 -
CMYK 1 0.54 0 0.78
HSL 212.14º 1% 0.11% -
HSV(B) 212.14º 1% 0.22% -
XYZ 1.08 1.02 3.88 -
YUV 21.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 0 26 56 1 0.54 0 0.78 212.14 1 0.11
Hex 0 1A 38 64 36 0 4E D4 64 B
Octal 0 32 70 144 66 0 116 324 144 13
Binary 0 11010 111000 1100100 110110 0 1001110 11010100 1100100 1011

Color Harmonies of #001A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A38

Black with #001A38

Text Example


Text Example

White with #001A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A38; }

 p { color: rgb(0,26,56); }

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

background-color css

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

 a { background-color: rgb(0,26,56); }

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

border-color css

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

 span { border-color: rgb(0,26,56); }

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