Html Css Color HEX #1C124C Paua

📋 copy color: '#1C124C'

red 28 ◦ green 18 ◦ blue 76

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

Shades of Paua #1C124C

Tints of Paua #1C124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 62.3%

R = 22.95%
G = 14.75%
B = 62.3%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C124C (or 0x1C124C) is known color: Paua. HEX triplet: 1C, 12 and 4C. RGB value is (28,18,76). Sum of RGB (Red+Green+Blue) = 28+18+76=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C124C is #E3EDB3. Grayscale: #1B1B1B. Windows color (decimal): -14937524 or 4985372. OLE color: 4985372.

HSL color Cylindrical-coordinate representation of color #1C124C: hue angle of 250.34º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C124C is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 18 76 -
CMYK 0.63 0.76 0 0.70
HSL 250.34º 0.62% 0.18% -
HSV(B) 250.34º 0.76% 0.3% -
XYZ 2 1.2 6.96 -
YUV 27.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 28 18 76 0.63 0.76 0 0.70 250.34 0.62 0.18
Hex 1C 12 4C 3F 4C 0 46 FA 3E 12
Octal 34 22 114 77 114 0 106 372 76 22
Binary 11100 10010 1001100 111111 1001100 0 1000110 11111010 111110 10010

Color Harmonies of #1C124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C124C

Black with #1C124C

Text Example


Text Example

White with #1C124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,76); }

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

background-color css

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

 a { background-color: rgb(28,18,76); }

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

border-color css

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

 span { border-color: rgb(28,18,76); }

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