Html Css Color HEX #1C30E5 Persian Blue

📋 copy color: '#1C30E5'

red 28 ◦ green 48 ◦ blue 229

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

Shades of Persian Blue #1C30E5

Tints of Persian Blue #1C30E5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

 BLUE value IS 229 (89.84% from 255) = 75.08%

R = 9.18%
G = 15.74%
B = 75.08%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1C30E5 (or 0x1C30E5) is known color: Persian Blue. HEX triplet: 1C, 30 and E5. RGB value is (28,48,229). Sum of RGB (Red+Green+Blue) = 28+48+229=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #1C30E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C30E5 is #E3CF1A. Grayscale: #3D3D3D. Windows color (decimal): -14929691 or 15020060. OLE color: 15020060.

HSL color Cylindrical-coordinate representation of color #1C30E5: hue angle of 234.03º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C30E5 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 28 48 229 -
CMYK 0.88 0.79 0 0.10
HSL 234.03º 0.79% 0.5% -
HSV(B) 234.03º 0.88% 0.9% -
XYZ 15.68 8.02 74.85 -
YUV 62.65 221.87 103.28 -
System Red Green Blue C M Y K H S L
Decimal 28 48 229 0.88 0.79 0 0.10 234.03 0.79 0.5
Hex 1C 30 E5 58 4F 0 A EA 4F 32
Octal 34 60 345 130 117 0 12 352 117 62
Binary 11100 110000 11100101 1011000 1001111 0 1010 11101010 1001111 110010

Color Harmonies of #1C30E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C30E5

Black with #1C30E5

Text Example


Text Example

White with #1C30E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,48,229); }

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

background-color css

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

 a { background-color: rgb(28,48,229); }

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

border-color css

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

 span { border-color: rgb(28,48,229); }

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