Html Css Color HEX #0C3FDC Persian Blue

📋 copy color: '#0C3FDC'

red 12 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #0C3FDC

Tints of Persian Blue #0C3FDC

RGB

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

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

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

R = 4.07%
G = 21.36%
B = 74.58%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C3FDC (or 0x0C3FDC) is known color: Persian Blue. HEX triplet: 0C, 3F and DC. RGB value is (12,63,220). Sum of RGB (Red+Green+Blue) = 12+63+220=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C3FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3FDC is #F3C023. Grayscale: #404040. Windows color (decimal): -15974436 or 14434060. OLE color: 14434060.

HSL color Cylindrical-coordinate representation of color #0C3FDC: hue angle of 225.29º 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 #0C3FDC is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 63 220 -
CMYK 0.95 0.71 0 0.14
HSL 225.29º 0.9% 0.45% -
HSV(B) 225.29º 0.95% 0.86% -
XYZ 14.85 8.8 68.63 -
YUV 65.65 215.1 89.73 -
System Red Green Blue C M Y K H S L
Decimal 12 63 220 0.95 0.71 0 0.14 225.29 0.9 0.45
Hex C 3F DC 5F 47 0 E E1 5A 2D
Octal 14 77 334 137 107 0 16 341 132 55
Binary 1100 111111 11011100 1011111 1000111 0 1110 11100001 1011010 101101

Color Harmonies of #0C3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3FDC

Black with #0C3FDC

Text Example


Text Example

White with #0C3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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