Html Css Color HEX #0C3CDC Persian Blue

📋 copy color: '#0C3CDC'

red 12 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #0C3CDC

Tints of Persian Blue #0C3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 220 (86.33% from 255) = 75.34%

R = 4.11%
G = 20.55%
B = 75.34%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C3CDC (or 0x0C3CDC) is known color: Persian Blue. HEX triplet: 0C, 3C and DC. RGB value is (12,60,220). Sum of RGB (Red+Green+Blue) = 12+60+220=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 220 (86.33% from 255 or 75.34% from 292); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C3CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3CDC is #F3C323. Grayscale: #3F3F3F. Windows color (decimal): -15975204 or 14433292. OLE color: 14433292.

HSL color Cylindrical-coordinate representation of color #0C3CDC: hue angle of 226.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3CDC is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 60 220 -
CMYK 0.95 0.73 0 0.14
HSL 226.15º 0.9% 0.45% -
HSV(B) 226.15º 0.95% 0.86% -
XYZ 14.69 8.48 68.57 -
YUV 63.89 216.1 90.99 -
System Red Green Blue C M Y K H S L
Decimal 12 60 220 0.95 0.73 0 0.14 226.15 0.9 0.45
Hex C 3C DC 5F 49 0 E E2 5A 2D
Octal 14 74 334 137 111 0 16 342 132 55
Binary 1100 111100 11011100 1011111 1001001 0 1110 11100010 1011010 101101

Color Harmonies of #0C3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3CDC

Black with #0C3CDC

Text Example


Text Example

White with #0C3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,60,220); }

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

background-color css

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

 a { background-color: rgb(12,60,220); }

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

border-color css

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

 span { border-color: rgb(12,60,220); }

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