Html Css Color HEX #0C25CB Persian Blue

📋 copy color: '#0C25CB'

red 12 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #0C25CB

Tints of Persian Blue #0C25CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 80.56%

R = 4.76%
G = 14.68%
B = 80.56%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C25CB (or 0x0C25CB) is known color: Persian Blue. HEX triplet: 0C, 25 and CB. RGB value is (12,37,203). Sum of RGB (Red+Green+Blue) = 12+37+203=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C25CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C25CB is #F3DA34. Grayscale: #2F2F2F. Windows color (decimal): -15981109 or 13313292. OLE color: 13313292.

HSL color Cylindrical-coordinate representation of color #0C25CB: hue angle of 232.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C25CB is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 37 203 -
CMYK 0.94 0.82 0 0.20
HSL 232.15º 0.89% 0.42% -
HSV(B) 232.15º 0.94% 0.8% -
XYZ 11.59 5.71 56.99 -
YUV 48.45 215.22 102 -
System Red Green Blue C M Y K H S L
Decimal 12 37 203 0.94 0.82 0 0.20 232.15 0.89 0.42
Hex C 25 CB 5E 52 0 14 E8 59 2A
Octal 14 45 313 136 122 0 24 350 131 52
Binary 1100 100101 11001011 1011110 1010010 0 10100 11101000 1011001 101010

Color Harmonies of #0C25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C25CB

Black with #0C25CB

Text Example


Text Example

White with #0C25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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