Html Css Color HEX #1C194F Paua

📋 copy color: '#1C194F'

red 28 ◦ green 25 ◦ blue 79

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

Shades of Paua #1C194F

Tints of Paua #1C194F

RGB

 RED value IS 28 (11.33% from 255) = 21.21%

 GREEN value IS 25 (10.16% from 255) = 18.94%

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

R = 21.21%
G = 18.94%
B = 59.85%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C194F (or 0x1C194F) is known color: Paua. HEX triplet: 1C, 19 and 4F. RGB value is (28,25,79). Sum of RGB (Red+Green+Blue) = 28+25+79=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C194F is #E3E6B0. Grayscale: #1F1F1F. Windows color (decimal): -14935729 or 5183772. OLE color: 5183772.

HSL color Cylindrical-coordinate representation of color #1C194F: hue angle of 243.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C194F is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 25 79 -
CMYK 0.65 0.68 0 0.69
HSL 243.33º 0.52% 0.2% -
HSV(B) 243.33º 0.68% 0.31% -
XYZ 2.24 1.51 7.57 -
YUV 32.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 28 25 79 0.65 0.68 0 0.69 243.33 0.52 0.2
Hex 1C 19 4F 41 44 0 45 F3 34 14
Octal 34 31 117 101 104 0 105 363 64 24
Binary 11100 11001 1001111 1000001 1000100 0 1000101 11110011 110100 10100

Color Harmonies of #1C194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C194F

Black with #1C194F

Text Example


Text Example

White with #1C194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,79); }

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

background-color css

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

 a { background-color: rgb(28,25,79); }

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

border-color css

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

 span { border-color: rgb(28,25,79); }

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