Html Css Color HEX #13263D Tangaroa

📋 copy color: '#13263D'

red 19 ◦ green 38 ◦ blue 61

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

Shades of Tangaroa #13263D

Tints of Tangaroa #13263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.2%

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

R = 16.1%
G = 32.2%
B = 51.69%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13263D (or 0x13263D) is known color: Tangaroa. HEX triplet: 13, 26 and 3D. RGB value is (19,38,61). Sum of RGB (Red+Green+Blue) = 19+38+61=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #13263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13263D is #ECD9C2. Grayscale: #222222. Windows color (decimal): -15522243 or 4007443. OLE color: 4007443.

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

Color convert

RGB 19 38 61 -
CMYK 0.69 0.38 0 0.76
HSL 212.86º 0.53% 0.16% -
HSV(B) 212.86º 0.69% 0.24% -
XYZ 1.8 1.86 4.68 -
YUV 34.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 19 38 61 0.69 0.38 0 0.76 212.86 0.53 0.16
Hex 13 26 3D 45 26 0 4C D5 34 10
Octal 23 46 75 105 46 0 114 325 64 20
Binary 10011 100110 111101 1000101 100110 0 1001100 11010101 110100 10000

Color Harmonies of #13263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13263D

Black with #13263D

Text Example


Text Example

White with #13263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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