#0427CC

Color #0427CC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0427CC

Tints of Persian Blue #0427CC

Color information

#0427CC (or 0x0427CC) is unknown color: approx Persian Blue. HEX triplet: 04, 27 and CC. RGB value is (4,39,204). Sum of RGB (Red+Green+Blue) = 4+39+204=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #0427CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0427CC is #FBD833. Grayscale: #2E2E2E. Windows color (decimal): -16504884 or 13379332. OLE color: 13379332.

HSL color Cylindrical-coordinate representation of color #0427CC: hue angle of 229.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0427CC is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB439204-
CMYK0.980.8100.2
HSL229.5º96.15%40.78%-
HSV(B)229.5º98.04%80%-
XYZ11.675.8457.64-
YUV47.34216.497.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.62%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 204 (80.08% from 255) = 82.59%
R=1.62%
G=15.79%
B=82.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal4392040.980.8100.2229.596.1540.78
Hex427CC6251014e66029
Octal44731414212102434614051
Binary1001001111100110011000101010001010100111001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0427CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0427CC; }

 p { color: rgb(4,39,204); }

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

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

 a { background-color: rgb(4,39,204); }

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

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

 span { border-color: rgb(4,39,204); }

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