Html Css Color HEX #0C26B9 Persian Blue

📋 copy color: '#0C26B9'

red 12 ◦ green 38 ◦ blue 185

#0C26B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0C26B9

Tints of Persian Blue #0C26B9

RGB

 RED value IS 12 (5.08% from 255) = 5.11%

 GREEN value IS 38 (15.23% from 255) = 16.17%

 BLUE value IS 185 (72.66% from 255) = 78.72%

R = 5.11%
G = 16.17%
B = 78.72%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C26B9 (or 0x0C26B9) is known color: Persian Blue. HEX triplet: 0C, 26 and B9. RGB value is (12,38,185). Sum of RGB (Red+Green+Blue) = 12+38+185=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C26B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C26B9 is #F3D946. Grayscale: #2E2E2E. Windows color (decimal): -15980871 or 12133900. OLE color: 12133900.

HSL color Cylindrical-coordinate representation of color #0C26B9: hue angle of 230.98º 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 #0C26B9 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 38 185 -
CMYK 0.94 0.79 0 0.27
HSL 230.98º 0.88% 0.39% -
HSV(B) 230.98º 0.94% 0.73% -
XYZ 9.6 4.97 46.35 -
YUV 46.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 12 38 185 0.94 0.79 0 0.27 230.98 0.88 0.39
Hex C 26 B9 5E 4F 0 1B E7 58 27
Octal 14 46 271 136 117 0 33 347 130 47
Binary 1100 100110 10111001 1011110 1001111 0 11011 11100111 1011000 100111

Color Harmonies of #0C26B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C26B9

Black with #0C26B9

Text Example


Text Example

White with #0C26B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C26B9;
 }
 .AnyTagClassName
 {
   color: #0C26B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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