Html Css Color HEX #002542 Tangaroa

📋 copy color: '#002542'

red 0 ◦ green 37 ◦ blue 66

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

Shades of Tangaroa #002542

Tints of Tangaroa #002542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.92%

 BLUE value IS 66 (26.17% from 255) = 64.08%

R = 0%
G = 35.92%
B = 64.08%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002542 (or 0x002542) is known color: Tangaroa. HEX triplet: 00, 25 and 42. RGB value is (0,37,66). Sum of RGB (Red+Green+Blue) = 0+37+66=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #002542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002542 is #FFDABD. Grayscale: #1D1D1D. Windows color (decimal): -16767678 or 4334848. OLE color: 4334848.

HSL color Cylindrical-coordinate representation of color #002542: hue angle of 206.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002542 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 37 66 -
CMYK 1 0.44 0 0.74
HSL 206.36º 1% 0.13% -
HSV(B) 206.36º 1% 0.26% -
XYZ 1.64 1.72 5.4 -
YUV 29.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 0 37 66 1 0.44 0 0.74 206.36 1 0.13
Hex 0 25 42 64 2C 0 4A CE 64 D
Octal 0 45 102 144 54 0 112 316 144 15
Binary 0 100101 1000010 1100100 101100 0 1001010 11001110 1100100 1101

Color Harmonies of #002542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002542

Black with #002542

Text Example


Text Example

White with #002542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002542; }

 p { color: rgb(0,37,66); }

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

background-color css

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

 a { background-color: rgb(0,37,66); }

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

border-color css

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

 span { border-color: rgb(0,37,66); }

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