Html Css Color HEX #418189 Paradiso

📋 copy color: '#418189'

red 65 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #418189

Tints of Paradiso #418189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 19.64%
G = 38.97%
B = 41.39%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#418189 (or 0x418189) is known color: Paradiso. HEX triplet: 41, 81 and 89. RGB value is (65,129,137). Sum of RGB (Red+Green+Blue) = 65+129+137=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #418189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418189 is #BE7E76. Grayscale: #6E6E6E. Windows color (decimal): -12484215 or 9011521. OLE color: 9011521.

HSL color Cylindrical-coordinate representation of color #418189: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418189 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 129 137 -
CMYK 0.53 0.06 0 0.46
HSL 186.67º 0.36% 0.4% -
HSV(B) 186.67º 0.53% 0.54% -
XYZ 14.55 18.63 26.5 -
YUV 110.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 65 129 137 0.53 0.06 0 0.46 186.67 0.36 0.4
Hex 41 81 89 35 6 0 2E BB 24 28
Octal 101 201 211 65 6 0 56 273 44 50
Binary 1000001 10000001 10001001 110101 110 0 101110 10111011 100100 101000

Color Harmonies of #418189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418189

Black with #418189

Text Example


Text Example

White with #418189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418189; }

 p { color: rgb(65,129,137); }

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

background-color css

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

 a { background-color: rgb(65,129,137); }

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

border-color css

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

 span { border-color: rgb(65,129,137); }

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