Html Css Color HEX #13283F Tangaroa

📋 copy color: '#13283F'

red 19 ◦ green 40 ◦ blue 63

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

Shades of Tangaroa #13283F

Tints of Tangaroa #13283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.79%

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

R = 15.57%
G = 32.79%
B = 51.64%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13283F (or 0x13283F) is known color: Tangaroa. HEX triplet: 13, 28 and 3F. RGB value is (19,40,63). Sum of RGB (Red+Green+Blue) = 19+40+63=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #13283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13283F is #ECD7C0. Grayscale: #242424. Windows color (decimal): -15521729 or 4139027. OLE color: 4139027.

HSL color Cylindrical-coordinate representation of color #13283F: hue angle of 211.36º 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 #13283F is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 40 63 -
CMYK 0.70 0.37 0 0.75
HSL 211.36º 0.54% 0.16% -
HSV(B) 211.36º 0.7% 0.25% -
XYZ 1.92 2.01 4.99 -
YUV 36.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 19 40 63 0.70 0.37 0 0.75 211.36 0.54 0.16
Hex 13 28 3F 46 25 0 4B D3 36 10
Octal 23 50 77 106 45 0 113 323 66 20
Binary 10011 101000 111111 1000110 100101 0 1001011 11010011 110110 10000

Color Harmonies of #13283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13283F

Black with #13283F

Text Example


Text Example

White with #13283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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