Html Css Color HEX #12134D Paua

📋 copy color: '#12134D'

red 18 ◦ green 19 ◦ blue 77

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

Shades of Paua #12134D

Tints of Paua #12134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

 BLUE value IS 77 (30.47% from 255) = 67.54%

R = 15.79%
G = 16.67%
B = 67.54%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12134D (or 0x12134D) is known color: Paua. HEX triplet: 12, 13 and 4D. RGB value is (18,19,77). Sum of RGB (Red+Green+Blue) = 18+19+77=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #12134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12134D is #EDECB2. Grayscale: #191919. Windows color (decimal): -15592627 or 5051154. OLE color: 5051154.

HSL color Cylindrical-coordinate representation of color #12134D: hue angle of 238.98º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12134D is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 19 77 -
CMYK 0.77 0.75 0 0.70
HSL 238.98º 0.62% 0.19% -
HSV(B) 238.98º 0.77% 0.3% -
XYZ 1.82 1.13 7.14 -
YUV 25.31 157.17 122.78 -
System Red Green Blue C M Y K H S L
Decimal 18 19 77 0.77 0.75 0 0.70 238.98 0.62 0.19
Hex 12 13 4D 4D 4B 0 46 EF 3E 13
Octal 22 23 115 115 113 0 106 357 76 23
Binary 10010 10011 1001101 1001101 1001011 0 1000110 11101111 111110 10011

Color Harmonies of #12134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12134D

Black with #12134D

Text Example


Text Example

White with #12134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12134D; }

 p { color: rgb(18,19,77); }

 H1.HeaderClassName
 {
   color: #12134D;
 }
 .AnyTagClassName
 {
   color: #12134D;
 }
</style>

background-color css

<style>
 a { background-color: #12134D; }

 a { background-color: rgb(18,19,77); }

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

border-color css

<style>
 span { border-color: #12134D; }

 span { border-color: rgb(18,19,77); }

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