Html Css Color HEX #13263F Tangaroa

📋 copy color: '#13263F'

red 19 ◦ green 38 ◦ blue 63

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

Shades of Tangaroa #13263F

Tints of Tangaroa #13263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.5%

R = 15.83%
G = 31.67%
B = 52.5%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13263F (or 0x13263F) is known color: Tangaroa. HEX triplet: 13, 26 and 3F. RGB value is (19,38,63). Sum of RGB (Red+Green+Blue) = 19+38+63=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #13263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13263F is #ECD9C0. Grayscale: #232323. Windows color (decimal): -15522241 or 4138515. OLE color: 4138515.

HSL color Cylindrical-coordinate representation of color #13263F: hue angle of 214.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13263F is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 38 63 -
CMYK 0.70 0.40 0 0.75
HSL 214.09º 0.54% 0.16% -
HSV(B) 214.09º 0.7% 0.25% -
XYZ 1.86 1.88 4.97 -
YUV 35.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 19 38 63 0.70 0.40 0 0.75 214.09 0.54 0.16
Hex 13 26 3F 46 28 0 4B D6 36 10
Octal 23 46 77 106 50 0 113 326 66 20
Binary 10011 100110 111111 1000110 101000 0 1001011 11010110 110110 10000

Color Harmonies of #13263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13263F

Black with #13263F

Text Example


Text Example

White with #13263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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