Html Css Color HEX #0C2CBC Persian Blue

📋 copy color: '#0C2CBC'

red 12 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #0C2CBC

Tints of Persian Blue #0C2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

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

R = 4.92%
G = 18.03%
B = 77.05%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C2CBC (or 0x0C2CBC) is known color: Persian Blue. HEX triplet: 0C, 2C and BC. RGB value is (12,44,188). Sum of RGB (Red+Green+Blue) = 12+44+188=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C2CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2CBC is #F3D343. Grayscale: #323232. Windows color (decimal): -15979332 or 12332044. OLE color: 12332044.

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

Color convert

RGB 12 44 188 -
CMYK 0.94 0.77 0 0.26
HSL 229.09º 0.88% 0.39% -
HSV(B) 229.09º 0.94% 0.74% -
XYZ 10.13 5.51 48.11 -
YUV 50.85 205.4 100.29 -
System Red Green Blue C M Y K H S L
Decimal 12 44 188 0.94 0.77 0 0.26 229.09 0.88 0.39
Hex C 2C BC 5E 4D 0 1A E5 58 27
Octal 14 54 274 136 115 0 32 345 130 47
Binary 1100 101100 10111100 1011110 1001101 0 11010 11100101 1011000 100111

Color Harmonies of #0C2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2CBC

Black with #0C2CBC

Text Example


Text Example

White with #0C2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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