Html Css Color HEX #10024C Paua

📋 copy color: '#10024C'

red 16 ◦ green 2 ◦ blue 76

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

Shades of Paua #10024C

Tints of Paua #10024C

RGB

 RED value IS 16 (6.64% from 255) = 17.02%

 GREEN value IS 2 (1.17% from 255) = 2.13%

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

R = 17.02%
G = 2.13%
B = 80.85%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10024C (or 0x10024C) is known color: Paua. HEX triplet: 10, 02 and 4C. RGB value is (16,2,76). Sum of RGB (Red+Green+Blue) = 16+2+76=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #10024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10024C is #EFFDB3. Grayscale: #0E0E0E. Windows color (decimal): -15728052 or 4981264. OLE color: 4981264.

HSL color Cylindrical-coordinate representation of color #10024C: hue angle of 251.35º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10024C is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 2 76 -
CMYK 0.79 0.97 0 0.70
HSL 251.35º 0.95% 0.15% -
HSV(B) 251.35º 0.97% 0.3% -
XYZ 1.54 0.68 6.89 -
YUV 14.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 16 2 76 0.79 0.97 0 0.70 251.35 0.95 0.15
Hex 10 2 4C 4F 61 0 46 FB 5F F
Octal 20 2 114 117 141 0 106 373 137 17
Binary 10000 10 1001100 1001111 1100001 0 1000110 11111011 1011111 1111

Color Harmonies of #10024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10024C

Black with #10024C

Text Example


Text Example

White with #10024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10024C; }

 p { color: rgb(16,2,76); }

 H1.HeaderClassName
 {
   color: #10024C;
 }
 .AnyTagClassName
 {
   color: #10024C;
 }
</style>

background-color css

<style>
 a { background-color: #10024C; }

 a { background-color: rgb(16,2,76); }

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

border-color css

<style>
 span { border-color: #10024C; }

 span { border-color: rgb(16,2,76); }

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