Html Css Color HEX #13124D Paua

📋 copy color: '#13124D'

red 19 ◦ green 18 ◦ blue 77

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

Shades of Paua #13124D

Tints of Paua #13124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.79%

 BLUE value IS 77 (30.47% from 255) = 67.54%

R = 16.67%
G = 15.79%
B = 67.54%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13124D (or 0x13124D) is known color: Paua. HEX triplet: 13, 12 and 4D. RGB value is (19,18,77). Sum of RGB (Red+Green+Blue) = 19+18+77=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #13124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13124D is #ECEDB2. Grayscale: #181818. Windows color (decimal): -15527347 or 5050899. OLE color: 5050899.

HSL color Cylindrical-coordinate representation of color #13124D: hue angle of 241.02º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13124D is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 18 77 -
CMYK 0.75 0.77 0 0.70
HSL 241.02º 0.62% 0.19% -
HSV(B) 241.02º 0.77% 0.3% -
XYZ 1.82 1.11 7.14 -
YUV 25.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 19 18 77 0.75 0.77 0 0.70 241.02 0.62 0.19
Hex 13 12 4D 4B 4D 0 46 F1 3E 13
Octal 23 22 115 113 115 0 106 361 76 23
Binary 10011 10010 1001101 1001011 1001101 0 1000110 11110001 111110 10011

Color Harmonies of #13124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13124D

Black with #13124D

Text Example


Text Example

White with #13124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13124D; }

 p { color: rgb(19,18,77); }

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

background-color css

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

 a { background-color: rgb(19,18,77); }

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

border-color css

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

 span { border-color: rgb(19,18,77); }

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