#0C3FBB

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

Shades of Persian Blue #0C3FBB

Tints of Persian Blue #0C3FBB

Color information

#0C3FBB (or 0x0C3FBB) is unknown color: approx Persian Blue. HEX triplet: 0C, 3F and BB. RGB value is (12,63,187). Sum of RGB (Red+Green+Blue) = 12+63+187=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C3FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3FBB is #F3C044. Grayscale: #3D3D3D. Windows color (decimal): -15974469 or 12271372. OLE color: 12271372.

HSL color Cylindrical-coordinate representation of color #0C3FBB: hue angle of 222.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C3FBB is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1263187-
CMYK0.940.6600.27
HSL222.51º87.94%39.02%-
HSV(B)222.51º93.58%73.33%-
XYZ10.97.2247.83-
YUV61.89198.692.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.58%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 187 (73.44% from 255) = 71.37%
R=4.58%
G=24.05%
B=71.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12631870.940.6600.27222.5187.9439.02
HexC3FBB5E4201Bdf5827
Octal147727313610203333713047
Binary11001111111011101110111101000010011011110111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,63,187); }

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

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

 a { background-color: rgb(12,63,187); }

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

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

 span { border-color: rgb(12,63,187); }

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