Html Css Color HEX #418098 Hippie Blue

📋 copy color: '#418098'

red 65 ◦ green 128 ◦ blue 152

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

Shades of Hippie Blue #418098

Tints of Hippie Blue #418098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.1%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 18.84%
G = 37.1%
B = 44.06%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#418098 (or 0x418098) is known color: Hippie Blue. HEX triplet: 41, 80 and 98. RGB value is (65,128,152). Sum of RGB (Red+Green+Blue) = 65+128+152=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #418098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418098 is #BE7F67. Grayscale: #6F6F6F. Windows color (decimal): -12484456 or 9994305. OLE color: 9994305.

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

Color convert

RGB 65 128 152 -
CMYK 0.57 0.16 0 0.40
HSL 196.55º 0.4% 0.43% -
HSV(B) 196.55º 0.57% 0.6% -
XYZ 15.57 18.83 32.52 -
YUV 111.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 65 128 152 0.57 0.16 0 0.40 196.55 0.4 0.43
Hex 41 80 98 39 10 0 28 C5 28 2B
Octal 101 200 230 71 20 0 50 305 50 53
Binary 1000001 10000000 10011000 111001 10000 0 101000 11000101 101000 101011

Color Harmonies of #418098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418098

Black with #418098

Text Example


Text Example

White with #418098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418098; }

 p { color: rgb(65,128,152); }

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

background-color css

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

 a { background-color: rgb(65,128,152); }

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

border-color css

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

 span { border-color: rgb(65,128,152); }

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