Html Css Color HEX #1E175C Paua

📋 copy color: '#1E175C'

red 30 ◦ green 23 ◦ blue 92

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

Shades of Paua #1E175C

Tints of Paua #1E175C

RGB

 RED value IS 30 (12.11% from 255) = 20.69%

 GREEN value IS 23 (9.38% from 255) = 15.86%

 BLUE value IS 92 (36.33% from 255) = 63.45%

R = 20.69%
G = 15.86%
B = 63.45%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E175C (or 0x1E175C) is known color: Paua. HEX triplet: 1E, 17 and 5C. RGB value is (30,23,92). Sum of RGB (Red+Green+Blue) = 30+23+92=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175C is #E1E8A3. Grayscale: #202020. Windows color (decimal): -14805156 or 6035230. OLE color: 6035230.

HSL color Cylindrical-coordinate representation of color #1E175C: hue angle of 246.09º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E175C is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 23 92 -
CMYK 0.67 0.75 0 0.64
HSL 246.09º 0.6% 0.23% -
HSV(B) 246.09º 0.75% 0.36% -
XYZ 2.77 1.66 10.3 -
YUV 32.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 30 23 92 0.67 0.75 0 0.64 246.09 0.6 0.23
Hex 1E 17 5C 43 4B 0 40 F6 3C 17
Octal 36 27 134 103 113 0 100 366 74 27
Binary 11110 10111 1011100 1000011 1001011 0 1000000 11110110 111100 10111

Color Harmonies of #1E175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E175C

Black with #1E175C

Text Example


Text Example

White with #1E175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E175C; }

 p { color: rgb(30,23,92); }

 H1.HeaderClassName
 {
   color: #1E175C;
 }
 .AnyTagClassName
 {
   color: #1E175C;
 }
</style>

background-color css

<style>
 a { background-color: #1E175C; }

 a { background-color: rgb(30,23,92); }

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

border-color css

<style>
 span { border-color: #1E175C; }

 span { border-color: rgb(30,23,92); }

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