Html Css Color HEX #1C3CCB Persian Blue

📋 copy color: '#1C3CCB'

red 28 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #1C3CCB

Tints of Persian Blue #1C3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.62%

 BLUE value IS 203 (79.69% from 255) = 69.76%

R = 9.62%
G = 20.62%
B = 69.76%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C3CCB (or 0x1C3CCB) is known color: Persian Blue. HEX triplet: 1C, 3C and CB. RGB value is (28,60,203). Sum of RGB (Red+Green+Blue) = 28+60+203=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C3CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3CCB is #E3C334. Grayscale: #424242. Windows color (decimal): -14926645 or 13319196. OLE color: 13319196.

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

Color convert

RGB 28 60 203 -
CMYK 0.86 0.70 0 0.20
HSL 229.03º 0.76% 0.45% -
HSV(B) 229.03º 0.86% 0.8% -
XYZ 12.87 7.79 57.33 -
YUV 66.73 204.9 100.37 -
System Red Green Blue C M Y K H S L
Decimal 28 60 203 0.86 0.70 0 0.20 229.03 0.76 0.45
Hex 1C 3C CB 56 46 0 14 E5 4C 2D
Octal 34 74 313 126 106 0 24 345 114 55
Binary 11100 111100 11001011 1010110 1000110 0 10100 11100101 1001100 101101

Color Harmonies of #1C3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3CCB

Black with #1C3CCB

Text Example


Text Example

White with #1C3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,60,203); }

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

background-color css

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

 a { background-color: rgb(28,60,203); }

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

border-color css

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

 span { border-color: rgb(28,60,203); }

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