Html Css Color HEX #419088 Lochinvar

📋 copy color: '#419088'

red 65 ◦ green 144 ◦ blue 136

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

Shades of Lochinvar #419088

Tints of Lochinvar #419088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 18.84%
G = 41.74%
B = 39.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#419088 (or 0x419088) is known color: Lochinvar. HEX triplet: 41, 90 and 88. RGB value is (65,144,136). Sum of RGB (Red+Green+Blue) = 65+144+136=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #419088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419088 is #BE6F77. Grayscale: #777777. Windows color (decimal): -12480376 or 8949825. OLE color: 8949825.

HSL color Cylindrical-coordinate representation of color #419088: hue angle of 173.92º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419088 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 136 -
CMYK 0.55 0 0.06 0.44
HSL 173.92º 0.38% 0.41% -
HSV(B) 173.92º 0.55% 0.56% -
XYZ 16.6 22.85 26.83 -
YUV 119.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 65 144 136 0.55 0 0.06 0.44 173.92 0.38 0.41
Hex 41 90 88 37 0 6 2C AE 26 29
Octal 101 220 210 67 0 6 54 256 46 51
Binary 1000001 10010000 10001000 110111 0 110 101100 10101110 100110 101001

Color Harmonies of #419088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419088

Black with #419088

Text Example


Text Example

White with #419088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419088; }

 p { color: rgb(65,144,136); }

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

background-color css

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

 a { background-color: rgb(65,144,136); }

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

border-color css

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

 span { border-color: rgb(65,144,136); }

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