Html Css Color HEX #11034B Paua

📋 copy color: '#11034B'

red 17 ◦ green 3 ◦ blue 75

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

Shades of Paua #11034B

Tints of Paua #11034B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

 BLUE value IS 75 (29.69% from 255) = 78.95%

R = 17.89%
G = 3.16%
B = 78.95%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11034B (or 0x11034B) is known color: Paua. HEX triplet: 11, 03 and 4B. RGB value is (17,3,75). Sum of RGB (Red+Green+Blue) = 17+3+75=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #11034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11034B is #EEFCB4. Grayscale: #0F0F0F. Windows color (decimal): -15662261 or 4915985. OLE color: 4915985.

HSL color Cylindrical-coordinate representation of color #11034B: hue angle of 251.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11034B is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 3 75 -
CMYK 0.77 0.96 0 0.71
HSL 251.67º 0.92% 0.15% -
HSV(B) 251.67º 0.96% 0.29% -
XYZ 1.53 0.69 6.71 -
YUV 15.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 17 3 75 0.77 0.96 0 0.71 251.67 0.92 0.15
Hex 11 3 4B 4D 60 0 47 FC 5C F
Octal 21 3 113 115 140 0 107 374 134 17
Binary 10001 11 1001011 1001101 1100000 0 1000111 11111100 1011100 1111

Color Harmonies of #11034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11034B

Black with #11034B

Text Example


Text Example

White with #11034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,3,75); }

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

background-color css

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

 a { background-color: rgb(17,3,75); }

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

border-color css

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

 span { border-color: rgb(17,3,75); }

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