Html Css Color HEX #4189BA Curious Blue

📋 copy color: '#4189BA'

red 65 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #4189BA

Tints of Curious Blue #4189BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 16.75%
G = 35.31%
B = 47.94%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4189BA (or 0x4189BA) is known color: Curious Blue. HEX triplet: 41, 89 and BA. RGB value is (65,137,186). Sum of RGB (Red+Green+Blue) = 65+137+186=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #4189BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4189BA is #BE7645. Grayscale: #787878. Windows color (decimal): -12482118 or 12224833. OLE color: 12224833.

HSL color Cylindrical-coordinate representation of color #4189BA: hue angle of 204.3º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4189BA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 137 186 -
CMYK 0.65 0.26 0 0.27
HSL 204.3º 0.48% 0.49% -
HSV(B) 204.3º 0.65% 0.73% -
XYZ 19.99 22.56 49.76 -
YUV 121.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 65 137 186 0.65 0.26 0 0.27 204.3 0.48 0.49
Hex 41 89 BA 41 1A 0 1B CC 30 31
Octal 101 211 272 101 32 0 33 314 60 61
Binary 1000001 10001001 10111010 1000001 11010 0 11011 11001100 110000 110001

Color Harmonies of #4189BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4189BA

Black with #4189BA

Text Example


Text Example

White with #4189BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4189BA; }

 p { color: rgb(65,137,186); }

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

background-color css

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

 a { background-color: rgb(65,137,186); }

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

border-color css

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

 span { border-color: rgb(65,137,186); }

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