Html Css Color HEX #18134F Paua

📋 copy color: '#18134F'

red 24 ◦ green 19 ◦ blue 79

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

Shades of Paua #18134F

Tints of Paua #18134F

RGB

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

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

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

R = 19.67%
G = 15.57%
B = 64.75%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18134F (or 0x18134F) is known color: Paua. HEX triplet: 18, 13 and 4F. RGB value is (24,19,79). Sum of RGB (Red+Green+Blue) = 24+19+79=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #18134F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18134F is #E7ECB0. Grayscale: #1B1B1B. Windows color (decimal): -15199409 or 5182232. OLE color: 5182232.

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

Color convert

RGB 24 19 79 -
CMYK 0.70 0.76 0 0.69
HSL 245º 0.61% 0.19% -
HSV(B) 245º 0.76% 0.31% -
XYZ 2.02 1.22 7.53 -
YUV 27.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 24 19 79 0.70 0.76 0 0.69 245 0.61 0.19
Hex 18 13 4F 46 4C 0 45 F5 3D 13
Octal 30 23 117 106 114 0 105 365 75 23
Binary 11000 10011 1001111 1000110 1001100 0 1000101 11110101 111101 10011

Color Harmonies of #18134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18134F

Black with #18134F

Text Example


Text Example

White with #18134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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