Html Css Color HEX #18114F Paua

📋 copy color: '#18114F'

red 24 ◦ green 17 ◦ blue 79

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

Shades of Paua #18114F

Tints of Paua #18114F

RGB

 RED value IS 24 (9.77% from 255) = 20%

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 20%
G = 14.17%
B = 65.83%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18114F (or 0x18114F) is known color: Paua. HEX triplet: 18, 11 and 4F. RGB value is (24,17,79). Sum of RGB (Red+Green+Blue) = 24+17+79=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #18114F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18114F is #E7EEB0. Grayscale: #191919. Windows color (decimal): -15199921 or 5181720. OLE color: 5181720.

HSL color Cylindrical-coordinate representation of color #18114F: hue angle of 246.77º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18114F is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 17 79 -
CMYK 0.70 0.78 0 0.69
HSL 246.77º 0.65% 0.19% -
HSV(B) 246.77º 0.78% 0.31% -
XYZ 1.99 1.16 7.52 -
YUV 26.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 24 17 79 0.70 0.78 0 0.69 246.77 0.65 0.19
Hex 18 11 4F 46 4E 0 45 F7 41 13
Octal 30 21 117 106 116 0 105 367 101 23
Binary 11000 10001 1001111 1000110 1001110 0 1000101 11110111 1000001 10011

Color Harmonies of #18114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18114F

Black with #18114F

Text Example


Text Example

White with #18114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,17,79); }

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

background-color css

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

 a { background-color: rgb(24,17,79); }

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

border-color css

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

 span { border-color: rgb(24,17,79); }

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