Html Css Color HEX #0C3ACC Persian Blue

📋 copy color: '#0C3ACC'

red 12 ◦ green 58 ◦ blue 204

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

Shades of Persian Blue #0C3ACC

Tints of Persian Blue #0C3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 4.38%
G = 21.17%
B = 74.45%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C3ACC (or 0x0C3ACC) is known color: Persian Blue. HEX triplet: 0C, 3A and CC. RGB value is (12,58,204). Sum of RGB (Red+Green+Blue) = 12+58+204=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C3ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3ACC is #F3C533. Grayscale: #3C3C3C. Windows color (decimal): -15975732 or 13384204. OLE color: 13384204.

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

Color convert

RGB 12 58 204 -
CMYK 0.94 0.72 0 0.2
HSL 225.63º 0.89% 0.42% -
HSV(B) 225.63º 0.94% 0.8% -
XYZ 12.56 7.46 57.91 -
YUV 60.89 208.76 93.13 -
System Red Green Blue C M Y K H S L
Decimal 12 58 204 0.94 0.72 0 0.2 225.63 0.89 0.42
Hex C 3A CC 5E 48 0 14 E2 59 2A
Octal 14 72 314 136 110 0 24 342 131 52
Binary 1100 111010 11001100 1011110 1001000 0 10100 11100010 1011001 101010

Color Harmonies of #0C3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3ACC

Black with #0C3ACC

Text Example


Text Example

White with #0C3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,58,204); }

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

background-color css

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

 a { background-color: rgb(12,58,204); }

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

border-color css

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

 span { border-color: rgb(12,58,204); }

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