#419ACF

Color #419ACF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #419ACF

Tints of Picton Blue #419ACF

Color information

#419ACF (or 0x419ACF) is unknown color: approx Picton Blue. HEX triplet: 41, 9A and CF. RGB value is (65,154,207). Sum of RGB (Red+Green+Blue) = 65+154+207=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #419ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ACF is #BE6530. Grayscale: #858585. Windows color (decimal): -12477745 or 13605441. OLE color: 13605441.

HSL color Cylindrical-coordinate representation of color #419ACF: hue angle of 202.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419ACF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65154207-
CMYK0.690.2600.19
HSL202.39º59.66%53.33%-
HSV(B)202.39º68.6%81.18%-
XYZ2528.7463.26-
YUV133.43169.5179.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.26%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 207 (81.25% from 255) = 48.59%
R=15.26%
G=36.15%
B=48.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651542070.690.2600.19202.3959.6653.33
Hex419ACF451A013ca3c35
Octal101232317105320233127465
Binary1000001100110101100111110001011101001001111001010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,154,207); }

 H1.HeaderClassName
 {
   color: #419ACF;
 }
 .AnyTagClassName
 {
   color: #419ACF;
 }
</style>
background-color css

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

 a { background-color: rgb(65,154,207); }

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

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

 span { border-color: rgb(65,154,207); }

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