Html Css Color HEX #1C3BCF Persian Blue

📋 copy color: '#1C3BCF'

red 28 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #1C3BCF

Tints of Persian Blue #1C3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.07%

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

R = 9.52%
G = 20.07%
B = 70.41%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C3BCF (or 0x1C3BCF) is known color: Persian Blue. HEX triplet: 1C, 3B and CF. RGB value is (28,59,207). Sum of RGB (Red+Green+Blue) = 28+59+207=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C3BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3BCF is #E3C430. Grayscale: #414141. Windows color (decimal): -14926897 or 13581084. OLE color: 13581084.

HSL color Cylindrical-coordinate representation of color #1C3BCF: hue angle of 229.61º 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 #1C3BCF is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 59 207 -
CMYK 0.86 0.71 0 0.19
HSL 229.61º 0.76% 0.46% -
HSV(B) 229.61º 0.86% 0.81% -
XYZ 13.31 7.88 59.85 -
YUV 66.6 207.23 100.47 -
System Red Green Blue C M Y K H S L
Decimal 28 59 207 0.86 0.71 0 0.19 229.61 0.76 0.46
Hex 1C 3B CF 56 47 0 13 E6 4C 2E
Octal 34 73 317 126 107 0 23 346 114 56
Binary 11100 111011 11001111 1010110 1000111 0 10011 11100110 1001100 101110

Color Harmonies of #1C3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3BCF

Black with #1C3BCF

Text Example


Text Example

White with #1C3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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