#0C48C1

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

Shades of Persian Blue #0C48C1

Tints of Persian Blue #0C48C1

Color information

#0C48C1 (or 0x0C48C1) is unknown color: approx Persian Blue. HEX triplet: 0C, 48 and C1. RGB value is (12,72,193). Sum of RGB (Red+Green+Blue) = 12+72+193=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C48C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C48C1 is #F3B73E. Grayscale: #434343. Windows color (decimal): -15972159 or 12666892. OLE color: 12666892.

HSL color Cylindrical-coordinate representation of color #0C48C1: hue angle of 220.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C48C1 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1272193-
CMYK0.940.6300.24
HSL220.11º88.29%40.2%-
HSV(B)220.11º93.78%75.69%-
XYZ12.098.5651.47-
YUV67.85198.6288.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.33%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 193 (75.78% from 255) = 69.68%
R=4.33%
G=25.99%
B=69.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12721930.940.6300.24220.1188.2940.2
HexC48C15E3F018dc5828
Octal141103011367703033413050
Binary11001001000110000011011110111111011000110111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C48C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C48C1; }

 p { color: rgb(12,72,193); }

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

<style>
 a { background-color: #0C48C1; }

 a { background-color: rgb(12,72,193); }

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

<style>
 span { border-color: #0C48C1; }

 span { border-color: rgb(12,72,193); }

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