#0C3AB7

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

Shades of Persian Blue #0C3AB7

Tints of Persian Blue #0C3AB7

Color information

#0C3AB7 (or 0x0C3AB7) is unknown color: approx Persian Blue. HEX triplet: 0C, 3A and B7. RGB value is (12,58,183). Sum of RGB (Red+Green+Blue) = 12+58+183=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 183 (71.88% from 255 or 72.33% from 253); Max value from RGB is 183 - color contains mainly: blue. Hex color #0C3AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3AB7 is #F3C548. Grayscale: #393939. Windows color (decimal): -15975753 or 12007948. OLE color: 12007948.

HSL color Cylindrical-coordinate representation of color #0C3AB7: hue angle of 223.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C3AB7 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1258183-
CMYK0.930.6800.28
HSL223.86º87.69%38.24%-
HSV(B)223.86º93.44%71.76%-
XYZ10.216.5245.52-
YUV58.5198.2694.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.74%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 183 (71.88% from 255) = 72.33%
R=4.74%
G=22.92%
B=72.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12581830.930.6800.28223.8687.6938.24
HexC3AB75D4401Ce05826
Octal147226713510403434013046
Binary11001110101011011110111011000100011100111000001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,58,183); }

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

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

 a { background-color: rgb(12,58,183); }

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

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

 span { border-color: rgb(12,58,183); }

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