Html Css Color HEX #418A9E Hippie Blue

📋 copy color: '#418A9E'

red 65 ◦ green 138 ◦ blue 158

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

Shades of Hippie Blue #418A9E

Tints of Hippie Blue #418A9E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 18.01%
G = 38.23%
B = 43.77%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#418A9E (or 0x418A9E) is known color: Hippie Blue. HEX triplet: 41, 8A and 9E. RGB value is (65,138,158). Sum of RGB (Red+Green+Blue) = 65+138+158=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #418A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418A9E is #BE7561. Grayscale: #767676. Windows color (decimal): -12481890 or 10390081. OLE color: 10390081.

HSL color Cylindrical-coordinate representation of color #418A9E: hue angle of 192.9º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #418A9E is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 138 158 -
CMYK 0.59 0.13 0 0.38
HSL 192.9º 0.42% 0.44% -
HSV(B) 192.9º 0.59% 0.62% -
XYZ 17.44 21.77 35.63 -
YUV 118.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 65 138 158 0.59 0.13 0 0.38 192.9 0.42 0.44
Hex 41 8A 9E 3B D 0 26 C1 2A 2C
Octal 101 212 236 73 15 0 46 301 52 54
Binary 1000001 10001010 10011110 111011 1101 0 100110 11000001 101010 101100

Color Harmonies of #418A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418A9E

Black with #418A9E

Text Example


Text Example

White with #418A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,138,158); }

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

background-color css

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

 a { background-color: rgb(65,138,158); }

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

border-color css

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

 span { border-color: rgb(65,138,158); }

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