Html Css Color HEX #419BC6 Curious Blue

📋 copy color: '#419BC6'

red 65 ◦ green 155 ◦ blue 198

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

Shades of Curious Blue #419BC6

Tints of Curious Blue #419BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.08%

 BLUE value IS 198 (77.73% from 255) = 47.37%

R = 15.55%
G = 37.08%
B = 47.37%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#419BC6 (or 0x419BC6) is known color: Curious Blue. HEX triplet: 41, 9B and C6. RGB value is (65,155,198). Sum of RGB (Red+Green+Blue) = 65+155+198=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #419BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BC6 is #BE6439. Grayscale: #848484. Windows color (decimal): -12477498 or 13015873. OLE color: 13015873.

HSL color Cylindrical-coordinate representation of color #419BC6: hue angle of 199.4º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419BC6 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 155 198 -
CMYK 0.67 0.22 0 0.22
HSL 199.4º 0.54% 0.52% -
HSV(B) 199.4º 0.67% 0.78% -
XYZ 24.09 28.64 57.68 -
YUV 132.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 65 155 198 0.67 0.22 0 0.22 199.4 0.54 0.52
Hex 41 9B C6 43 16 0 16 C7 36 34
Octal 101 233 306 103 26 0 26 307 66 64
Binary 1000001 10011011 11000110 1000011 10110 0 10110 11000111 110110 110100

Color Harmonies of #419BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BC6

Black with #419BC6

Text Example


Text Example

White with #419BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419BC6; }

 p { color: rgb(65,155,198); }

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

background-color css

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

 a { background-color: rgb(65,155,198); }

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

border-color css

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

 span { border-color: rgb(65,155,198); }

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