Html Css Color HEX #112437 Tangaroa

📋 copy color: '#112437'

red 17 ◦ green 36 ◦ blue 55

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

Shades of Tangaroa #112437

Tints of Tangaroa #112437

RGB

 RED value IS 17 (7.03% from 255) = 15.74%

 GREEN value IS 36 (14.45% from 255) = 33.33%

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 15.74%
G = 33.33%
B = 50.93%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112437 (or 0x112437) is known color: Tangaroa. HEX triplet: 11, 24 and 37. RGB value is (17,36,55). Sum of RGB (Red+Green+Blue) = 17+36+55=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #112437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112437 is #EEDBC8. Grayscale: #202020. Windows color (decimal): -15653833 or 3613713. OLE color: 3613713.

HSL color Cylindrical-coordinate representation of color #112437: hue angle of 210º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112437 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 36 55 -
CMYK 0.69 0.35 0 0.78
HSL 210º 0.53% 0.14% -
HSV(B) 210º 0.69% 0.22% -
XYZ 1.55 1.66 3.85 -
YUV 32.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 17 36 55 0.69 0.35 0 0.78 210 0.53 0.14
Hex 11 24 37 45 23 0 4E D2 35 E
Octal 21 44 67 105 43 0 116 322 65 16
Binary 10001 100100 110111 1000101 100011 0 1001110 11010010 110101 1110

Color Harmonies of #112437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112437

Black with #112437

Text Example


Text Example

White with #112437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112437; }

 p { color: rgb(17,36,55); }

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

background-color css

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

 a { background-color: rgb(17,36,55); }

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

border-color css

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

 span { border-color: rgb(17,36,55); }

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