Html Css Color HEX #11273F Tangaroa

📋 copy color: '#11273F'

red 17 ◦ green 39 ◦ blue 63

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

Shades of Tangaroa #11273F

Tints of Tangaroa #11273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.77%

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

R = 14.29%
G = 32.77%
B = 52.94%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11273F (or 0x11273F) is known color: Tangaroa. HEX triplet: 11, 27 and 3F. RGB value is (17,39,63). Sum of RGB (Red+Green+Blue) = 17+39+63=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #11273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11273F is #EED8C0. Grayscale: #232323. Windows color (decimal): -15653057 or 4138769. OLE color: 4138769.

HSL color Cylindrical-coordinate representation of color #11273F: hue angle of 211.3º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11273F is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 39 63 -
CMYK 0.73 0.38 0 0.75
HSL 211.3º 0.58% 0.16% -
HSV(B) 211.3º 0.73% 0.25% -
XYZ 1.85 1.93 4.98 -
YUV 35.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 17 39 63 0.73 0.38 0 0.75 211.3 0.58 0.16
Hex 11 27 3F 49 26 0 4B D3 3A 10
Octal 21 47 77 111 46 0 113 323 72 20
Binary 10001 100111 111111 1001001 100110 0 1001011 11010011 111010 10000

Color Harmonies of #11273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11273F

Black with #11273F

Text Example


Text Example

White with #11273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,39,63); }

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

background-color css

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

 a { background-color: rgb(17,39,63); }

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

border-color css

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

 span { border-color: rgb(17,39,63); }

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