Html Css Color HEX #418087 Paradiso

📋 copy color: '#418087'

red 65 ◦ green 128 ◦ blue 135

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

Shades of Paradiso #418087

Tints of Paradiso #418087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 19.82%
G = 39.02%
B = 41.16%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#418087 (or 0x418087) is known color: Paradiso. HEX triplet: 41, 80 and 87. RGB value is (65,128,135). Sum of RGB (Red+Green+Blue) = 65+128+135=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #418087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418087 is #BE7F78. Grayscale: #6D6D6D. Windows color (decimal): -12484473 or 8880193. OLE color: 8880193.

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

Color convert

RGB 65 128 135 -
CMYK 0.52 0.05 0 0.47
HSL 186º 0.35% 0.39% -
HSV(B) 186º 0.52% 0.53% -
XYZ 14.27 18.31 25.7 -
YUV 109.96 142.13 95.93 -
System Red Green Blue C M Y K H S L
Decimal 65 128 135 0.52 0.05 0 0.47 186 0.35 0.39
Hex 41 80 87 34 5 0 2F BA 23 27
Octal 101 200 207 64 5 0 57 272 43 47
Binary 1000001 10000000 10000111 110100 101 0 101111 10111010 100011 100111

Color Harmonies of #418087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418087

Black with #418087

Text Example


Text Example

White with #418087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418087; }

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

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

background-color css

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

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

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

border-color css

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

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

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