Html Css Color HEX #10024B Paua

📋 copy color: '#10024B'

red 16 ◦ green 2 ◦ blue 75

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

Shades of Paua #10024B

Tints of Paua #10024B

RGB

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

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

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

R = 17.2%
G = 2.15%
B = 80.65%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10024B (or 0x10024B) is known color: Paua. HEX triplet: 10, 02 and 4B. RGB value is (16,2,75). Sum of RGB (Red+Green+Blue) = 16+2+75=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #10024B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10024B is #EFFDB4. Grayscale: #0E0E0E. Windows color (decimal): -15728053 or 4915728. OLE color: 4915728.

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

Color convert

RGB 16 2 75 -
CMYK 0.79 0.97 0 0.71
HSL 251.51º 0.95% 0.15% -
HSV(B) 251.51º 0.97% 0.29% -
XYZ 1.51 0.66 6.7 -
YUV 14.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 16 2 75 0.79 0.97 0 0.71 251.51 0.95 0.15
Hex 10 2 4B 4F 61 0 47 FC 5F F
Octal 20 2 113 117 141 0 107 374 137 17
Binary 10000 10 1001011 1001111 1100001 0 1000111 11111100 1011111 1111

Color Harmonies of #10024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10024B

Black with #10024B

Text Example


Text Example

White with #10024B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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