Html Css Color HEX #419093 Blue Chill

📋 copy color: '#419093'

red 65 ◦ green 144 ◦ blue 147

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

Shades of Blue Chill #419093

Tints of Blue Chill #419093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 18.26%
G = 40.45%
B = 41.29%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#419093 (or 0x419093) is known color: Blue Chill. HEX triplet: 41, 90 and 93. RGB value is (65,144,147). Sum of RGB (Red+Green+Blue) = 65+144+147=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #419093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419093 is #BE6F6C. Grayscale: #787878. Windows color (decimal): -12480365 or 9670721. OLE color: 9670721.

HSL color Cylindrical-coordinate representation of color #419093: hue angle of 182.2º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419093 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 144 147 -
CMYK 0.56 0.02 0 0.42
HSL 182.2º 0.39% 0.42% -
HSV(B) 182.2º 0.56% 0.58% -
XYZ 17.42 23.18 31.16 -
YUV 120.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 65 144 147 0.56 0.02 0 0.42 182.2 0.39 0.42
Hex 41 90 93 38 2 0 2A B6 27 2A
Octal 101 220 223 70 2 0 52 266 47 52
Binary 1000001 10010000 10010011 111000 10 0 101010 10110110 100111 101010

Color Harmonies of #419093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419093

Black with #419093

Text Example


Text Example

White with #419093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419093; }

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

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

background-color css

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

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

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

border-color css

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

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

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