Html Css Color HEX #1C44CE Persian Blue

📋 copy color: '#1C44CE'

red 28 ◦ green 68 ◦ blue 206

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

Shades of Persian Blue #1C44CE

Tints of Persian Blue #1C44CE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 9.27%
G = 22.52%
B = 68.21%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C44CE (or 0x1C44CE) is known color: Persian Blue. HEX triplet: 1C, 44 and CE. RGB value is (28,68,206). Sum of RGB (Red+Green+Blue) = 28+68+206=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C44CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C44CE is #E3BB31. Grayscale: #474747. Windows color (decimal): -14924594 or 13517852. OLE color: 13517852.

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

Color convert

RGB 28 68 206 -
CMYK 0.86 0.67 0 0.19
HSL 226.52º 0.76% 0.46% -
HSV(B) 226.52º 0.86% 0.81% -
XYZ 13.69 8.84 59.38 -
YUV 71.77 203.75 96.78 -
System Red Green Blue C M Y K H S L
Decimal 28 68 206 0.86 0.67 0 0.19 226.52 0.76 0.46
Hex 1C 44 CE 56 43 0 13 E3 4C 2E
Octal 34 104 316 126 103 0 23 343 114 56
Binary 11100 1000100 11001110 1010110 1000011 0 10011 11100011 1001100 101110

Color Harmonies of #1C44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C44CE

Black with #1C44CE

Text Example


Text Example

White with #1C44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,68,206); }

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

background-color css

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

 a { background-color: rgb(28,68,206); }

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

border-color css

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

 span { border-color: rgb(28,68,206); }

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