Html Css Color HEX #1C3FCC Persian Blue

📋 copy color: '#1C3FCC'

red 28 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #1C3FCC

Tints of Persian Blue #1C3FCC

RGB

 RED value IS 28 (11.33% from 255) = 9.49%

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

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

R = 9.49%
G = 21.36%
B = 69.15%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C3FCC (or 0x1C3FCC) is known color: Persian Blue. HEX triplet: 1C, 3F and CC. RGB value is (28,63,204). Sum of RGB (Red+Green+Blue) = 28+63+204=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C3FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3FCC is #E3C033. Grayscale: #444444. Windows color (decimal): -14925876 or 13385500. OLE color: 13385500.

HSL color Cylindrical-coordinate representation of color #1C3FCC: hue angle of 228.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C3FCC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 63 204 -
CMYK 0.86 0.69 0 0.2
HSL 228.07º 0.76% 0.45% -
HSV(B) 228.07º 0.86% 0.8% -
XYZ 13.16 8.16 58.01 -
YUV 68.61 204.4 99.04 -
System Red Green Blue C M Y K H S L
Decimal 28 63 204 0.86 0.69 0 0.2 228.07 0.76 0.45
Hex 1C 3F CC 56 45 0 14 E4 4C 2D
Octal 34 77 314 126 105 0 24 344 114 55
Binary 11100 111111 11001100 1010110 1000101 0 10100 11100100 1001100 101101

Color Harmonies of #1C3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3FCC

Black with #1C3FCC

Text Example


Text Example

White with #1C3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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