Html Css Color HEX #0C3FCC Persian Blue

📋 copy color: '#0C3FCC'

red 12 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #0C3FCC

Tints of Persian Blue #0C3FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

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

R = 4.3%
G = 22.58%
B = 73.12%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C3FCC (or 0x0C3FCC) is known color: Persian Blue. HEX triplet: 0C, 3F and CC. RGB value is (12,63,204). Sum of RGB (Red+Green+Blue) = 12+63+204=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C3FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3FCC is #F3C033. Grayscale: #3F3F3F. Windows color (decimal): -15974452 or 13385484. OLE color: 13385484.

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

Color convert

RGB 12 63 204 -
CMYK 0.94 0.69 0 0.2
HSL 224.06º 0.89% 0.42% -
HSV(B) 224.06º 0.94% 0.8% -
XYZ 12.83 7.99 57.99 -
YUV 63.83 207.1 91.04 -
System Red Green Blue C M Y K H S L
Decimal 12 63 204 0.94 0.69 0 0.2 224.06 0.89 0.42
Hex C 3F CC 5E 45 0 14 E0 59 2A
Octal 14 77 314 136 105 0 24 340 131 52
Binary 1100 111111 11001100 1011110 1000101 0 10100 11100000 1011001 101010

Color Harmonies of #0C3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3FCC

Black with #0C3FCC

Text Example


Text Example

White with #0C3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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