Html Css Color HEX #1C3ACF Persian Blue

📋 copy color: '#1C3ACF'

red 28 ◦ green 58 ◦ blue 207

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

Shades of Persian Blue #1C3ACF

Tints of Persian Blue #1C3ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 9.56%
G = 19.8%
B = 70.65%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C3ACF (or 0x1C3ACF) is known color: Persian Blue. HEX triplet: 1C, 3A and CF. RGB value is (28,58,207). Sum of RGB (Red+Green+Blue) = 28+58+207=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3ACF is #E3C530. Grayscale: #414141. Windows color (decimal): -14927153 or 13580828. OLE color: 13580828.

HSL color Cylindrical-coordinate representation of color #1C3ACF: hue angle of 229.94º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C3ACF is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 58 207 -
CMYK 0.86 0.72 0 0.19
HSL 229.94º 0.76% 0.46% -
HSV(B) 229.94º 0.86% 0.81% -
XYZ 13.25 7.78 59.83 -
YUV 66.02 207.56 100.88 -
System Red Green Blue C M Y K H S L
Decimal 28 58 207 0.86 0.72 0 0.19 229.94 0.76 0.46
Hex 1C 3A CF 56 48 0 13 E6 4C 2E
Octal 34 72 317 126 110 0 23 346 114 56
Binary 11100 111010 11001111 1010110 1001000 0 10011 11100110 1001100 101110

Color Harmonies of #1C3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3ACF

Black with #1C3ACF

Text Example


Text Example

White with #1C3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,58,207); }

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

background-color css

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

 a { background-color: rgb(28,58,207); }

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

border-color css

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

 span { border-color: rgb(28,58,207); }

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