Html Css Color HEX #001C38 Tangaroa

📋 copy color: '#001C38'

red 0 ◦ green 28 ◦ blue 56

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

Shades of Tangaroa #001C38

Tints of Tangaroa #001C38

RGB

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

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

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001C38 (or 0x001C38) is known color: Tangaroa. HEX triplet: 00, 1C and 38. RGB value is (0,28,56). Sum of RGB (Red+Green+Blue) = 0+28+56=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #001C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C38 is #FFE3C7. Grayscale: #161616. Windows color (decimal): -16769992 or 3677184. OLE color: 3677184.

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

Color convert

RGB 0 28 56 -
CMYK 1 0.50 0 0.78
HSL 210º 1% 0.11% -
HSV(B) 210º 1% 0.22% -
XYZ 1.13 1.12 3.9 -
YUV 22.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 0 28 56 1 0.50 0 0.78 210 1 0.11
Hex 0 1C 38 64 32 0 4E D2 64 B
Octal 0 34 70 144 62 0 116 322 144 13
Binary 0 11100 111000 1100100 110010 0 1001110 11010010 1100100 1011

Color Harmonies of #001C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C38

Black with #001C38

Text Example


Text Example

White with #001C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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