#0126CC

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

Shades of Persian Blue #0126CC

Tints of Persian Blue #0126CC

Color information

#0126CC (or 0x0126CC) is unknown color: approx Persian Blue. HEX triplet: 01, 26 and CC. RGB value is (1,38,204). Sum of RGB (Red+Green+Blue) = 1+38+204=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #0126CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0126CC is #FED933. Grayscale: #2D2D2D. Windows color (decimal): -16701748 or 13379073. OLE color: 13379073.

HSL color Cylindrical-coordinate representation of color #0126CC: hue angle of 229.06º 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 #0126CC is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138204-
CMYK1.000.8100.2
HSL229.06º99.02%40.2%-
HSV(B)229.06º99.51%80%-
XYZ11.65.7557.63-
YUV45.86217.2496-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 204 (80.08% from 255) = 83.95%
R=0.41%
G=15.64%
B=83.95%

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
Decimal1382041.000.8100.2229.0699.0240.2
Hex126CC6451014e56328
Octal14631414412102434514350
Binary11001101100110011001001010001010100111001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0126CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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