Html Css Color HEX #1C42CC Persian Blue

📋 copy color: '#1C42CC'

red 28 ◦ green 66 ◦ blue 204

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

Shades of Persian Blue #1C42CC

Tints of Persian Blue #1C42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 9.4%
G = 22.15%
B = 68.46%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C42CC (or 0x1C42CC) is known color: Persian Blue. HEX triplet: 1C, 42 and CC. RGB value is (28,66,204). Sum of RGB (Red+Green+Blue) = 28+66+204=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C42CC is #E3BD33. Grayscale: #454545. Windows color (decimal): -14925108 or 13386268. OLE color: 13386268.

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

Color convert

RGB 28 66 204 -
CMYK 0.86 0.68 0 0.2
HSL 227.05º 0.76% 0.45% -
HSV(B) 227.05º 0.86% 0.8% -
XYZ 13.33 8.5 58.07 -
YUV 70.37 203.41 97.78 -
System Red Green Blue C M Y K H S L
Decimal 28 66 204 0.86 0.68 0 0.2 227.05 0.76 0.45
Hex 1C 42 CC 56 44 0 14 E3 4C 2D
Octal 34 102 314 126 104 0 24 343 114 55
Binary 11100 1000010 11001100 1010110 1000100 0 10100 11100011 1001100 101101

Color Harmonies of #1C42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C42CC

Black with #1C42CC

Text Example


Text Example

White with #1C42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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