Html Css Color HEX #13273B Tangaroa

📋 copy color: '#13273B'

red 19 ◦ green 39 ◦ blue 59

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

Shades of Tangaroa #13273B

Tints of Tangaroa #13273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 50.43%

R = 16.24%
G = 33.33%
B = 50.43%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13273B (or 0x13273B) is known color: Tangaroa. HEX triplet: 13, 27 and 3B. RGB value is (19,39,59). Sum of RGB (Red+Green+Blue) = 19+39+59=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #13273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13273B is #ECD8C4. Grayscale: #232323. Windows color (decimal): -15521989 or 3876627. OLE color: 3876627.

HSL color Cylindrical-coordinate representation of color #13273B: hue angle of 210º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13273B is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 39 59 -
CMYK 0.68 0.34 0 0.77
HSL 210º 0.51% 0.15% -
HSV(B) 210º 0.68% 0.23% -
XYZ 1.78 1.91 4.41 -
YUV 35.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 19 39 59 0.68 0.34 0 0.77 210 0.51 0.15
Hex 13 27 3B 44 22 0 4D D2 33 F
Octal 23 47 73 104 42 0 115 322 63 17
Binary 10011 100111 111011 1000100 100010 0 1001101 11010010 110011 1111

Color Harmonies of #13273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13273B

Black with #13273B

Text Example


Text Example

White with #13273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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