Html Css Color HEX #11134F Paua

📋 copy color: '#11134F'

red 17 ◦ green 19 ◦ blue 79

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

Shades of Paua #11134F

Tints of Paua #11134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.52%

 BLUE value IS 79 (31.25% from 255) = 68.7%

R = 14.78%
G = 16.52%
B = 68.7%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11134F (or 0x11134F) is known color: Paua. HEX triplet: 11, 13 and 4F. RGB value is (17,19,79). Sum of RGB (Red+Green+Blue) = 17+19+79=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #11134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11134F is #EEECB0. Grayscale: #191919. Windows color (decimal): -15658161 or 5182225. OLE color: 5182225.

HSL color Cylindrical-coordinate representation of color #11134F: hue angle of 238.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11134F is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 19 79 -
CMYK 0.78 0.76 0 0.69
HSL 238.06º 0.65% 0.19% -
HSV(B) 238.06º 0.78% 0.31% -
XYZ 1.88 1.15 7.52 -
YUV 25.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 17 19 79 0.78 0.76 0 0.69 238.06 0.65 0.19
Hex 11 13 4F 4E 4C 0 45 EE 41 13
Octal 21 23 117 116 114 0 105 356 101 23
Binary 10001 10011 1001111 1001110 1001100 0 1000101 11101110 1000001 10011

Color Harmonies of #11134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11134F

Black with #11134F

Text Example


Text Example

White with #11134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,19,79); }

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

background-color css

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

 a { background-color: rgb(17,19,79); }

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

border-color css

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

 span { border-color: rgb(17,19,79); }

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