Html Css Color HEX #10124E Paua

📋 copy color: '#10124E'

red 16 ◦ green 18 ◦ blue 78

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

Shades of Paua #10124E

Tints of Paua #10124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 69.64%

R = 14.29%
G = 16.07%
B = 69.64%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10124E (or 0x10124E) is known color: Paua. HEX triplet: 10, 12 and 4E. RGB value is (16,18,78). Sum of RGB (Red+Green+Blue) = 16+18+78=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #10124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10124E is #EFEDB1. Grayscale: #181818. Windows color (decimal): -15723954 or 5116432. OLE color: 5116432.

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

Color convert

RGB 16 18 78 -
CMYK 0.79 0.77 0 0.69
HSL 238.06º 0.66% 0.18% -
HSV(B) 238.06º 0.79% 0.31% -
XYZ 1.81 1.09 7.32 -
YUV 24.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 16 18 78 0.79 0.77 0 0.69 238.06 0.66 0.18
Hex 10 12 4E 4F 4D 0 45 EE 42 12
Octal 20 22 116 117 115 0 105 356 102 22
Binary 10000 10010 1001110 1001111 1001101 0 1000101 11101110 1000010 10010

Color Harmonies of #10124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10124E

Black with #10124E

Text Example


Text Example

White with #10124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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