#0C23D3

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

Shades of Persian Blue #0C23D3

Tints of Persian Blue #0C23D3

Color information

#0C23D3 (or 0x0C23D3) is unknown color: approx Persian Blue. HEX triplet: 0C, 23 and D3. RGB value is (12,35,211). Sum of RGB (Red+Green+Blue) = 12+35+211=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 211 (82.81% from 255 or 81.78% from 258); Max value from RGB is 211 - color contains mainly: blue. Hex color #0C23D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C23D3 is #F3DC2C. Grayscale: #2F2F2F. Windows color (decimal): -15981613 or 13837068. OLE color: 13837068.

HSL color Cylindrical-coordinate representation of color #0C23D3: hue angle of 233.07º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C23D3 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1235211-
CMYK0.940.8300.17
HSL233.07º89.24%43.73%-
HSV(B)233.07º94.31%82.75%-
XYZ12.515.9862.12-
YUV48.19219.88102.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.65%
GREEN value IS 35 (14.06% from 255) = 13.57%
BLUE value IS 211 (82.81% from 255) = 81.78%
R=4.65%
G=13.57%
B=81.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12352110.940.8300.17233.0789.2443.73
HexC23D35E53011e9592c
Octal144332313612302135113154
Binary11001000111101001110111101010011010001111010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C23D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,35,211); }

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

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

 a { background-color: rgb(12,35,211); }

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

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

 span { border-color: rgb(12,35,211); }

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