Html Css Color HEX #1C30BD Persian Blue

📋 copy color: '#1C30BD'

red 28 ◦ green 48 ◦ blue 189

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

Shades of Persian Blue #1C30BD

Tints of Persian Blue #1C30BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.32%

R = 10.57%
G = 18.11%
B = 71.32%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C30BD (or 0x1C30BD) is known color: Persian Blue. HEX triplet: 1C, 30 and BD. RGB value is (28,48,189). Sum of RGB (Red+Green+Blue) = 28+48+189=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C30BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C30BD is #E3CF42. Grayscale: #393939. Windows color (decimal): -14929731 or 12398620. OLE color: 12398620.

HSL color Cylindrical-coordinate representation of color #1C30BD: hue angle of 232.55º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C30BD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 48 189 -
CMYK 0.85 0.75 0 0.26
HSL 232.55º 0.74% 0.43% -
HSV(B) 232.55º 0.85% 0.74% -
XYZ 10.72 6.03 48.74 -
YUV 58.09 201.87 106.54 -
System Red Green Blue C M Y K H S L
Decimal 28 48 189 0.85 0.75 0 0.26 232.55 0.74 0.43
Hex 1C 30 BD 55 4B 0 1A E9 4A 2B
Octal 34 60 275 125 113 0 32 351 112 53
Binary 11100 110000 10111101 1010101 1001011 0 11010 11101001 1001010 101011

Color Harmonies of #1C30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C30BD

Black with #1C30BD

Text Example


Text Example

White with #1C30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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