Html Css Color HEX #12104B Paua

📋 copy color: '#12104B'

red 18 ◦ green 16 ◦ blue 75

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

Shades of Paua #12104B

Tints of Paua #12104B

RGB

 RED value IS 18 (7.42% from 255) = 16.51%

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 16.51%
G = 14.68%
B = 68.81%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12104B (or 0x12104B) is known color: Paua. HEX triplet: 12, 10 and 4B. RGB value is (18,16,75). Sum of RGB (Red+Green+Blue) = 18+16+75=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 75 (29.69% from 255 or 68.81% from 109); Max value from RGB is 75 - color contains mainly: blue. Hex color #12104B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12104B is #EDEFB4. Grayscale: #171717. Windows color (decimal): -15593397 or 4919314. OLE color: 4919314.

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

Color convert

RGB 18 16 75 -
CMYK 0.76 0.79 0 0.71
HSL 242.03º 0.65% 0.18% -
HSV(B) 242.03º 0.79% 0.29% -
XYZ 1.7 1.01 6.76 -
YUV 23.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 18 16 75 0.76 0.79 0 0.71 242.03 0.65 0.18
Hex 12 10 4B 4C 4F 0 47 F2 41 12
Octal 22 20 113 114 117 0 107 362 101 22
Binary 10010 10000 1001011 1001100 1001111 0 1000111 11110010 1000001 10010

Color Harmonies of #12104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12104B

Black with #12104B

Text Example


Text Example

White with #12104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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