Html Css Color HEX #132E3D Tangaroa

📋 copy color: '#132E3D'

red 19 ◦ green 46 ◦ blue 61

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

Shades of Tangaroa #132E3D

Tints of Tangaroa #132E3D

RGB

 RED value IS 19 (7.81% from 255) = 15.08%

 GREEN value IS 46 (18.36% from 255) = 36.51%

 BLUE value IS 61 (24.22% from 255) = 48.41%

R = 15.08%
G = 36.51%
B = 48.41%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#132E3D (or 0x132E3D) is known color: Tangaroa. HEX triplet: 13, 2E and 3D. RGB value is (19,46,61). Sum of RGB (Red+Green+Blue) = 19+46+61=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #132E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E3D is #ECD1C2. Grayscale: #272727. Windows color (decimal): -15520195 or 4009491. OLE color: 4009491.

HSL color Cylindrical-coordinate representation of color #132E3D: hue angle of 201.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #132E3D is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 46 61 -
CMYK 0.69 0.25 0 0.76
HSL 201.43º 0.53% 0.16% -
HSV(B) 201.43º 0.69% 0.24% -
XYZ 2.09 2.43 4.77 -
YUV 39.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 19 46 61 0.69 0.25 0 0.76 201.43 0.53 0.16
Hex 13 2E 3D 45 19 0 4C C9 34 10
Octal 23 56 75 105 31 0 114 311 64 20
Binary 10011 101110 111101 1000101 11001 0 1001100 11001001 110100 10000

Color Harmonies of #132E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132E3D

Black with #132E3D

Text Example


Text Example

White with #132E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132E3D; }

 p { color: rgb(19,46,61); }

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

background-color css

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

 a { background-color: rgb(19,46,61); }

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

border-color css

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

 span { border-color: rgb(19,46,61); }

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