Html Css Color HEX #13233B Tangaroa

📋 copy color: '#13233B'

red 19 ◦ green 35 ◦ blue 59

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

Shades of Tangaroa #13233B

Tints of Tangaroa #13233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

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

R = 16.81%
G = 30.97%
B = 52.21%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13233B (or 0x13233B) is known color: Tangaroa. HEX triplet: 13, 23 and 3B. RGB value is (19,35,59). Sum of RGB (Red+Green+Blue) = 19+35+59=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #13233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13233B is #ECDCC4. Grayscale: #202020. Windows color (decimal): -15523013 or 3875603. OLE color: 3875603.

HSL color Cylindrical-coordinate representation of color #13233B: hue angle of 216º 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 #13233B is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 35 59 -
CMYK 0.68 0.41 0 0.77
HSL 216º 0.51% 0.15% -
HSV(B) 216º 0.68% 0.23% -
XYZ 1.66 1.66 4.37 -
YUV 32.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 19 35 59 0.68 0.41 0 0.77 216 0.51 0.15
Hex 13 23 3B 44 29 0 4D D8 33 F
Octal 23 43 73 104 51 0 115 330 63 17
Binary 10011 100011 111011 1000100 101001 0 1001101 11011000 110011 1111

Color Harmonies of #13233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13233B

Black with #13233B

Text Example


Text Example

White with #13233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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