Html Css Color HEX #130E44 Paua

📋 copy color: '#130E44'

red 19 ◦ green 14 ◦ blue 68

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

Shades of Paua #130E44

Tints of Paua #130E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.86%

 BLUE value IS 68 (26.95% from 255) = 67.33%

R = 18.81%
G = 13.86%
B = 67.33%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#130E44 (or 0x130E44) is known color: Paua. HEX triplet: 13, 0E and 44. RGB value is (19,14,68). Sum of RGB (Red+Green+Blue) = 19+14+68=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #130E44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E44 is #ECF1BB. Grayscale: #151515. Windows color (decimal): -15528380 or 4460051. OLE color: 4460051.

HSL color Cylindrical-coordinate representation of color #130E44: hue angle of 245.56º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130E44 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 14 68 -
CMYK 0.72 0.79 0 0.73
HSL 245.56º 0.66% 0.16% -
HSV(B) 245.56º 0.79% 0.27% -
XYZ 1.47 0.87 5.56 -
YUV 21.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 19 14 68 0.72 0.79 0 0.73 245.56 0.66 0.16
Hex 13 E 44 48 4F 0 49 F6 42 10
Octal 23 16 104 110 117 0 111 366 102 20
Binary 10011 1110 1000100 1001000 1001111 0 1001001 11110110 1000010 10000

Color Harmonies of #130E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E44

Black with #130E44

Text Example


Text Example

White with #130E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E44; }

 p { color: rgb(19,14,68); }

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

background-color css

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

 a { background-color: rgb(19,14,68); }

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

border-color css

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

 span { border-color: rgb(19,14,68); }

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