Html Css Color HEX #418086 Paradiso

📋 copy color: '#418086'

red 65 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #418086

Tints of Paradiso #418086

RGB

 RED value IS 65 (25.78% from 255) = 19.88%

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 19.88%
G = 39.14%
B = 40.98%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#418086 (or 0x418086) is known color: Paradiso. HEX triplet: 41, 80 and 86. RGB value is (65,128,134). Sum of RGB (Red+Green+Blue) = 65+128+134=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #418086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418086 is #BE7F79. Grayscale: #6D6D6D. Windows color (decimal): -12484474 or 8814657. OLE color: 8814657.

HSL color Cylindrical-coordinate representation of color #418086: hue angle of 185.22º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418086 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 128 134 -
CMYK 0.51 0.04 0 0.47
HSL 185.22º 0.35% 0.39% -
HSV(B) 185.22º 0.51% 0.53% -
XYZ 14.2 18.28 25.33 -
YUV 109.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 65 128 134 0.51 0.04 0 0.47 185.22 0.35 0.39
Hex 41 80 86 33 4 0 2F B9 23 27
Octal 101 200 206 63 4 0 57 271 43 47
Binary 1000001 10000000 10000110 110011 100 0 101111 10111001 100011 100111

Color Harmonies of #418086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418086

Black with #418086

Text Example


Text Example

White with #418086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418086; }

 p { color: rgb(65,128,134); }

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

background-color css

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

 a { background-color: rgb(65,128,134); }

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

border-color css

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

 span { border-color: rgb(65,128,134); }

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