Html Css Color HEX #132B3D Tangaroa

📋 copy color: '#132B3D'

red 19 ◦ green 43 ◦ blue 61

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

Shades of Tangaroa #132B3D

Tints of Tangaroa #132B3D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.96%

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

R = 15.45%
G = 34.96%
B = 49.59%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#132B3D (or 0x132B3D) is known color: Tangaroa. HEX triplet: 13, 2B and 3D. RGB value is (19,43,61). Sum of RGB (Red+Green+Blue) = 19+43+61=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #132B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132B3D is #ECD4C2. Grayscale: #252525. Windows color (decimal): -15520963 or 4008723. OLE color: 4008723.

HSL color Cylindrical-coordinate representation of color #132B3D: hue angle of 205.71º 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 #132B3D is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 43 61 -
CMYK 0.69 0.30 0 0.76
HSL 205.71º 0.53% 0.16% -
HSV(B) 205.71º 0.69% 0.24% -
XYZ 1.97 2.2 4.74 -
YUV 37.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 19 43 61 0.69 0.30 0 0.76 205.71 0.53 0.16
Hex 13 2B 3D 45 1E 0 4C CE 34 10
Octal 23 53 75 105 36 0 114 316 64 20
Binary 10011 101011 111101 1000101 11110 0 1001100 11001110 110100 10000

Color Harmonies of #132B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B3D

Black with #132B3D

Text Example


Text Example

White with #132B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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