Html Css Color HEX #13253E Tangaroa

📋 copy color: '#13253E'

red 19 ◦ green 37 ◦ blue 62

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

Shades of Tangaroa #13253E

Tints of Tangaroa #13253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.36%

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 16.1%
G = 31.36%
B = 52.54%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13253E (or 0x13253E) is known color: Tangaroa. HEX triplet: 13, 25 and 3E. RGB value is (19,37,62). Sum of RGB (Red+Green+Blue) = 19+37+62=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #13253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13253E is #ECDAC1. Grayscale: #222222. Windows color (decimal): -15522498 or 4072723. OLE color: 4072723.

HSL color Cylindrical-coordinate representation of color #13253E: hue angle of 214.88º degrees, saturation: 0.53, 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 #13253E is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 37 62 -
CMYK 0.69 0.40 0 0.76
HSL 214.88º 0.53% 0.16% -
HSV(B) 214.88º 0.69% 0.24% -
XYZ 1.8 1.81 4.81 -
YUV 34.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 19 37 62 0.69 0.40 0 0.76 214.88 0.53 0.16
Hex 13 25 3E 45 28 0 4C D7 35 10
Octal 23 45 76 105 50 0 114 327 65 20
Binary 10011 100101 111110 1000101 101000 0 1001100 11010111 110101 10000

Color Harmonies of #13253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13253E

Black with #13253E

Text Example


Text Example

White with #13253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13253E; }

 p { color: rgb(19,37,62); }

 H1.HeaderClassName
 {
   color: #13253E;
 }
 .AnyTagClassName
 {
   color: #13253E;
 }
</style>

background-color css

<style>
 a { background-color: #13253E; }

 a { background-color: rgb(19,37,62); }

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

border-color css

<style>
 span { border-color: #13253E; }

 span { border-color: rgb(19,37,62); }

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