Html Css Color HEX #1C30CA Persian Blue

📋 copy color: '#1C30CA'

red 28 ◦ green 48 ◦ blue 202

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

Shades of Persian Blue #1C30CA

Tints of Persian Blue #1C30CA

RGB

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

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

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

R = 10.07%
G = 17.27%
B = 72.66%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C30CA (or 0x1C30CA) is known color: Persian Blue. HEX triplet: 1C, 30 and CA. RGB value is (28,48,202). Sum of RGB (Red+Green+Blue) = 28+48+202=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C30CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C30CA is #E3CF35. Grayscale: #3A3A3A. Windows color (decimal): -14929718 or 13250588. OLE color: 13250588.

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

Color convert

RGB 28 48 202 -
CMYK 0.86 0.76 0 0.21
HSL 233.1º 0.76% 0.45% -
HSV(B) 233.1º 0.86% 0.79% -
XYZ 12.2 6.63 56.51 -
YUV 59.58 208.37 105.48 -
System Red Green Blue C M Y K H S L
Decimal 28 48 202 0.86 0.76 0 0.21 233.1 0.76 0.45
Hex 1C 30 CA 56 4C 0 15 E9 4C 2D
Octal 34 60 312 126 114 0 25 351 114 55
Binary 11100 110000 11001010 1010110 1001100 0 10101 11101001 1001100 101101

Color Harmonies of #1C30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C30CA

Black with #1C30CA

Text Example


Text Example

White with #1C30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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