Html Css Color HEX #0C20BC Persian Blue

📋 copy color: '#0C20BC'

red 12 ◦ green 32 ◦ blue 188

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

Shades of Persian Blue #0C20BC

Tints of Persian Blue #0C20BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

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

R = 5.17%
G = 13.79%
B = 81.03%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C20BC (or 0x0C20BC) is known color: Persian Blue. HEX triplet: 0C, 20 and BC. RGB value is (12,32,188). Sum of RGB (Red+Green+Blue) = 12+32+188=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C20BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C20BC is #F3DF43. Grayscale: #2B2B2B. Windows color (decimal): -15982404 or 12328972. OLE color: 12328972.

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

Color convert

RGB 12 32 188 -
CMYK 0.94 0.83 0 0.26
HSL 233.18º 0.88% 0.39% -
HSV(B) 233.18º 0.94% 0.74% -
XYZ 9.75 4.74 47.98 -
YUV 43.8 209.37 105.32 -
System Red Green Blue C M Y K H S L
Decimal 12 32 188 0.94 0.83 0 0.26 233.18 0.88 0.39
Hex C 20 BC 5E 53 0 1A E9 58 27
Octal 14 40 274 136 123 0 32 351 130 47
Binary 1100 100000 10111100 1011110 1010011 0 11010 11101001 1011000 100111

Color Harmonies of #0C20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C20BC

Black with #0C20BC

Text Example


Text Example

White with #0C20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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