#0127CC

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

Shades of Persian Blue #0127CC

Tints of Persian Blue #0127CC

Color information

#0127CC (or 0x0127CC) is unknown color: approx Persian Blue. HEX triplet: 01, 27 and CC. RGB value is (1,39,204). Sum of RGB (Red+Green+Blue) = 1+39+204=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #0127CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0127CC is #FED833. Grayscale: #2D2D2D. Windows color (decimal): -16701492 or 13379329. OLE color: 13379329.

HSL color Cylindrical-coordinate representation of color #0127CC: hue angle of 228.77º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0127CC is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB139204-
CMYK1.000.8100.2
HSL228.77º99.02%40.2%-
HSV(B)228.77º99.51%80%-
XYZ11.645.8257.64-
YUV46.45216.9195.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 204 (80.08% from 255) = 83.61%
R=0.41%
G=15.98%
B=83.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041.000.8100.2228.7799.0240.2
Hex127CC6451014e56328
Octal14731414412102434514350
Binary11001111100110011001001010001010100111001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0127CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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