Html Css Color HEX #002543 Tangaroa

📋 copy color: '#002543'

red 0 ◦ green 37 ◦ blue 67

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

Shades of Tangaroa #002543

Tints of Tangaroa #002543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 64.42%

R = 0%
G = 35.58%
B = 64.42%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#002543 (or 0x002543) is known color: Tangaroa. HEX triplet: 00, 25 and 43. RGB value is (0,37,67). Sum of RGB (Red+Green+Blue) = 0+37+67=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #002543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002543 is #FFDABC. Grayscale: #1D1D1D. Windows color (decimal): -16767677 or 4400384. OLE color: 4400384.

HSL color Cylindrical-coordinate representation of color #002543: hue angle of 206.87º 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 #002543 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 37 67 -
CMYK 1 0.45 0 0.74
HSL 206.87º 1% 0.13% -
HSV(B) 206.87º 1% 0.26% -
XYZ 1.67 1.73 5.56 -
YUV 29.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 0 37 67 1 0.45 0 0.74 206.87 1 0.13
Hex 0 25 43 64 2D 0 4A CF 64 D
Octal 0 45 103 144 55 0 112 317 144 15
Binary 0 100101 1000011 1100100 101101 0 1001010 11001111 1100100 1101

Color Harmonies of #002543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002543

Black with #002543

Text Example


Text Example

White with #002543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002543; }

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

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

background-color css

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

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

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

border-color css

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

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

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