Html Css Color HEX #10124F Paua

📋 copy color: '#10124F'

red 16 ◦ green 18 ◦ blue 79

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

Shades of Paua #10124F

Tints of Paua #10124F

RGB

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

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

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

R = 14.16%
G = 15.93%
B = 69.91%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10124F (or 0x10124F) is known color: Paua. HEX triplet: 10, 12 and 4F. RGB value is (16,18,79). Sum of RGB (Red+Green+Blue) = 16+18+79=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 79 (31.25% from 255 or 69.91% from 113); Max value from RGB is 79 - color contains mainly: blue. Hex color #10124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10124F is #EFEDB0. Grayscale: #181818. Windows color (decimal): -15723953 or 5181968. OLE color: 5181968.

HSL color Cylindrical-coordinate representation of color #10124F: hue angle of 238.1º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10124F is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 18 79 -
CMYK 0.80 0.77 0 0.69
HSL 238.1º 0.66% 0.19% -
HSV(B) 238.1º 0.8% 0.31% -
XYZ 1.84 1.11 7.51 -
YUV 24.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 16 18 79 0.80 0.77 0 0.69 238.1 0.66 0.19
Hex 10 12 4F 50 4D 0 45 EE 42 13
Octal 20 22 117 120 115 0 105 356 102 23
Binary 10000 10010 1001111 1010000 1001101 0 1000101 11101110 1000010 10011

Color Harmonies of #10124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10124F

Black with #10124F

Text Example


Text Example

White with #10124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10124F; }

 p { color: rgb(16,18,79); }

 H1.HeaderClassName
 {
   color: #10124F;
 }
 .AnyTagClassName
 {
   color: #10124F;
 }
</style>

background-color css

<style>
 a { background-color: #10124F; }

 a { background-color: rgb(16,18,79); }

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

border-color css

<style>
 span { border-color: #10124F; }

 span { border-color: rgb(16,18,79); }

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