Html Css Color HEX #1C23CA Persian Blue

📋 copy color: '#1C23CA'

red 28 ◦ green 35 ◦ blue 202

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

Shades of Persian Blue #1C23CA

Tints of Persian Blue #1C23CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

 BLUE value IS 202 (79.3% from 255) = 76.23%

R = 10.57%
G = 13.21%
B = 76.23%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C23CA (or 0x1C23CA) is known color: Persian Blue. HEX triplet: 1C, 23 and CA. RGB value is (28,35,202). Sum of RGB (Red+Green+Blue) = 28+35+202=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C23CA is #E3DC35. Grayscale: #333333. Windows color (decimal): -14933046 or 13247260. OLE color: 13247260.

HSL color Cylindrical-coordinate representation of color #1C23CA: hue angle of 237.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C23CA is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 35 202 -
CMYK 0.86 0.83 0 0.21
HSL 237.59º 0.76% 0.45% -
HSV(B) 237.59º 0.86% 0.79% -
XYZ 11.74 5.71 56.36 -
YUV 51.95 212.68 110.92 -
System Red Green Blue C M Y K H S L
Decimal 28 35 202 0.86 0.83 0 0.21 237.59 0.76 0.45
Hex 1C 23 CA 56 53 0 15 EE 4C 2D
Octal 34 43 312 126 123 0 25 356 114 55
Binary 11100 100011 11001010 1010110 1010011 0 10101 11101110 1001100 101101

Color Harmonies of #1C23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C23CA

Black with #1C23CA

Text Example


Text Example

White with #1C23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,35,202); }

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

background-color css

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

 a { background-color: rgb(28,35,202); }

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

border-color css

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

 span { border-color: rgb(28,35,202); }

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