Html Css Color HEX #418F99 Blue Chill

📋 copy color: '#418F99'

red 65 ◦ green 143 ◦ blue 153

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

Shades of Blue Chill #418F99

Tints of Blue Chill #418F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 18.01%
G = 39.61%
B = 42.38%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#418F99 (or 0x418F99) is known color: Blue Chill. HEX triplet: 41, 8F and 99. RGB value is (65,143,153). Sum of RGB (Red+Green+Blue) = 65+143+153=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #418F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418F99 is #BE7066. Grayscale: #787878. Windows color (decimal): -12480615 or 10063681. OLE color: 10063681.

HSL color Cylindrical-coordinate representation of color #418F99: hue angle of 186.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #418F99 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 143 153 -
CMYK 0.58 0.07 0 0.4
HSL 186.82º 0.4% 0.43% -
HSV(B) 186.82º 0.58% 0.6% -
XYZ 17.75 23.07 33.65 -
YUV 120.82 146.16 88.19 -
System Red Green Blue C M Y K H S L
Decimal 65 143 153 0.58 0.07 0 0.4 186.82 0.4 0.43
Hex 41 8F 99 3A 7 0 28 BB 28 2B
Octal 101 217 231 72 7 0 50 273 50 53
Binary 1000001 10001111 10011001 111010 111 0 101000 10111011 101000 101011

Color Harmonies of #418F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418F99

Black with #418F99

Text Example


Text Example

White with #418F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418F99; }

 p { color: rgb(65,143,153); }

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

background-color css

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

 a { background-color: rgb(65,143,153); }

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

border-color css

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

 span { border-color: rgb(65,143,153); }

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