Html Css Color HEX #1C3EDB Persian Blue

📋 copy color: '#1C3EDB'

red 28 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #1C3EDB

Tints of Persian Blue #1C3EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.06%

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 9.06%
G = 20.06%
B = 70.87%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1C3EDB (or 0x1C3EDB) is known color: Persian Blue. HEX triplet: 1C, 3E and DB. RGB value is (28,62,219). Sum of RGB (Red+Green+Blue) = 28+62+219=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C3EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3EDB is #E3C124. Grayscale: #454545. Windows color (decimal): -14926117 or 14368284. OLE color: 14368284.

HSL color Cylindrical-coordinate representation of color #1C3EDB: hue angle of 229.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C3EDB is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 62 219 -
CMYK 0.87 0.72 0 0.14
HSL 229.32º 0.77% 0.48% -
HSV(B) 229.32º 0.87% 0.86% -
XYZ 14.99 8.81 67.93 -
YUV 69.73 212.24 98.23 -
System Red Green Blue C M Y K H S L
Decimal 28 62 219 0.87 0.72 0 0.14 229.32 0.77 0.48
Hex 1C 3E DB 57 48 0 E E5 4D 30
Octal 34 76 333 127 110 0 16 345 115 60
Binary 11100 111110 11011011 1010111 1001000 0 1110 11100101 1001101 110000

Color Harmonies of #1C3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3EDB

Black with #1C3EDB

Text Example


Text Example

White with #1C3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,62,219); }

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

background-color css

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

 a { background-color: rgb(28,62,219); }

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

border-color css

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

 span { border-color: rgb(28,62,219); }

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