Html Css Color HEX #0C25BC Persian Blue

📋 copy color: '#0C25BC'

red 12 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #0C25BC

Tints of Persian Blue #0C25BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 5.06%
G = 15.61%
B = 79.32%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C25BC (or 0x0C25BC) is known color: Persian Blue. HEX triplet: 0C, 25 and BC. RGB value is (12,37,188). Sum of RGB (Red+Green+Blue) = 12+37+188=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C25BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C25BC is #F3DA43. Grayscale: #2E2E2E. Windows color (decimal): -15981124 or 12330252. OLE color: 12330252.

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

Color convert

RGB 12 37 188 -
CMYK 0.94 0.80 0 0.26
HSL 231.48º 0.88% 0.39% -
HSV(B) 231.48º 0.94% 0.74% -
XYZ 9.89 5.03 48.03 -
YUV 46.74 207.72 103.22 -
System Red Green Blue C M Y K H S L
Decimal 12 37 188 0.94 0.80 0 0.26 231.48 0.88 0.39
Hex C 25 BC 5E 50 0 1A E7 58 27
Octal 14 45 274 136 120 0 32 347 130 47
Binary 1100 100101 10111100 1011110 1010000 0 11010 11100111 1011000 100111

Color Harmonies of #0C25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C25BC

Black with #0C25BC

Text Example


Text Example

White with #0C25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,37,188); }

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

background-color css

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

 a { background-color: rgb(12,37,188); }

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

border-color css

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

 span { border-color: rgb(12,37,188); }

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