Html Css Color HEX #13273D Tangaroa

📋 copy color: '#13273D'

red 19 ◦ green 39 ◦ blue 61

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

Shades of Tangaroa #13273D

Tints of Tangaroa #13273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.77%

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

R = 15.97%
G = 32.77%
B = 51.26%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13273D (or 0x13273D) is known color: Tangaroa. HEX triplet: 13, 27 and 3D. RGB value is (19,39,61). Sum of RGB (Red+Green+Blue) = 19+39+61=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #13273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13273D is #ECD8C2. Grayscale: #232323. Windows color (decimal): -15521987 or 4007699. OLE color: 4007699.

HSL color Cylindrical-coordinate representation of color #13273D: hue angle of 211.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 #13273D is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 39 61 -
CMYK 0.69 0.36 0 0.76
HSL 211.43º 0.53% 0.16% -
HSV(B) 211.43º 0.69% 0.24% -
XYZ 1.84 1.93 4.69 -
YUV 35.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 19 39 61 0.69 0.36 0 0.76 211.43 0.53 0.16
Hex 13 27 3D 45 24 0 4C D3 34 10
Octal 23 47 75 105 44 0 114 323 64 20
Binary 10011 100111 111101 1000101 100100 0 1001100 11010011 110100 10000

Color Harmonies of #13273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13273D

Black with #13273D

Text Example


Text Example

White with #13273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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