Html Css Color HEX #132238 Tangaroa

📋 copy color: '#132238'

red 19 ◦ green 34 ◦ blue 56

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

Shades of Tangaroa #132238

Tints of Tangaroa #132238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.19%

 BLUE value IS 56 (22.27% from 255) = 51.38%

R = 17.43%
G = 31.19%
B = 51.38%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132238 (or 0x132238) is known color: Tangaroa. HEX triplet: 13, 22 and 38. RGB value is (19,34,56). Sum of RGB (Red+Green+Blue) = 19+34+56=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #132238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132238 is #ECDDC7. Grayscale: #1F1F1F. Windows color (decimal): -15523272 or 3678739. OLE color: 3678739.

HSL color Cylindrical-coordinate representation of color #132238: hue angle of 215.68º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #132238 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 34 56 -
CMYK 0.66 0.39 0 0.78
HSL 215.68º 0.49% 0.15% -
HSV(B) 215.68º 0.66% 0.22% -
XYZ 1.55 1.57 3.96 -
YUV 32.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 19 34 56 0.66 0.39 0 0.78 215.68 0.49 0.15
Hex 13 22 38 42 27 0 4E D8 31 F
Octal 23 42 70 102 47 0 116 330 61 17
Binary 10011 100010 111000 1000010 100111 0 1001110 11011000 110001 1111

Color Harmonies of #132238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132238

Black with #132238

Text Example


Text Example

White with #132238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132238; }

 p { color: rgb(19,34,56); }

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

background-color css

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

 a { background-color: rgb(19,34,56); }

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

border-color css

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

 span { border-color: rgb(19,34,56); }

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