#0C26BD

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

Shades of Persian Blue #0C26BD

Tints of Persian Blue #0C26BD

Color information

#0C26BD (or 0x0C26BD) is unknown color: approx Persian Blue. HEX triplet: 0C, 26 and BD. RGB value is (12,38,189). Sum of RGB (Red+Green+Blue) = 12+38+189=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C26BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C26BD is #F3D942. Grayscale: #2E2E2E. Windows color (decimal): -15980867 or 12396044. OLE color: 12396044.

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

Color convert

RGB1238189-
CMYK0.940.8000.26
HSL231.19º88.06%39.41%-
HSV(B)231.19º93.65%74.12%-
XYZ10.035.1448.61-
YUV47.44207.89102.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.02%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 189 (74.22% from 255) = 79.08%
R=5.02%
G=15.90%
B=79.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12381890.940.8000.26231.1988.0639.41
HexC26BD5E5001Ae75827
Octal144627513612003234713047
Binary11001001101011110110111101010000011010111001111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C26BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,38,189); }

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

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

 a { background-color: rgb(12,38,189); }

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

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

 span { border-color: rgb(12,38,189); }

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