Html Css Color HEX #1C194B Paua

📋 copy color: '#1C194B'

red 28 ◦ green 25 ◦ blue 75

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

Shades of Paua #1C194B

Tints of Paua #1C194B

RGB

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

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

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

R = 21.88%
G = 19.53%
B = 58.59%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C194B (or 0x1C194B) is known color: Paua. HEX triplet: 1C, 19 and 4B. RGB value is (28,25,75). Sum of RGB (Red+Green+Blue) = 28+25+75=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C194B is #E3E6B4. Grayscale: #1F1F1F. Windows color (decimal): -14935733 or 4921628. OLE color: 4921628.

HSL color Cylindrical-coordinate representation of color #1C194B: hue angle of 243.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C194B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 25 75 -
CMYK 0.63 0.67 0 0.71
HSL 243.6º 0.5% 0.2% -
HSV(B) 243.6º 0.67% 0.29% -
XYZ 2.1 1.45 6.83 -
YUV 31.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 28 25 75 0.63 0.67 0 0.71 243.6 0.5 0.2
Hex 1C 19 4B 3F 43 0 47 F4 32 14
Octal 34 31 113 77 103 0 107 364 62 24
Binary 11100 11001 1001011 111111 1000011 0 1000111 11110100 110010 10100

Color Harmonies of #1C194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C194B

Black with #1C194B

Text Example


Text Example

White with #1C194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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