Html Css Color HEX #1130CB Persian Blue

📋 copy color: '#1130CB'

red 17 ◦ green 48 ◦ blue 203

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

Shades of Persian Blue #1130CB

Tints of Persian Blue #1130CB

RGB

 RED value IS 17 (7.03% from 255) = 6.34%

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

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

R = 6.34%
G = 17.91%
B = 75.75%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1130CB (or 0x1130CB) is known color: Persian Blue. HEX triplet: 11, 30 and CB. RGB value is (17,48,203). Sum of RGB (Red+Green+Blue) = 17+48+203=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #1130CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1130CB is #EECF34. Grayscale: #373737. Windows color (decimal): -15650613 or 13316113. OLE color: 13316113.

HSL color Cylindrical-coordinate representation of color #1130CB: hue angle of 230º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1130CB is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 48 203 -
CMYK 0.92 0.76 0 0.20
HSL 230º 0.85% 0.43% -
HSV(B) 230º 0.92% 0.8% -
XYZ 12.07 6.54 57.13 -
YUV 56.4 210.73 99.9 -
System Red Green Blue C M Y K H S L
Decimal 17 48 203 0.92 0.76 0 0.20 230 0.85 0.43
Hex 11 30 CB 5C 4C 0 14 E6 55 2B
Octal 21 60 313 134 114 0 24 346 125 53
Binary 10001 110000 11001011 1011100 1001100 0 10100 11100110 1010101 101011

Color Harmonies of #1130CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1130CB

Black with #1130CB

Text Example


Text Example

White with #1130CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1130CB; }

 p { color: rgb(17,48,203); }

 H1.HeaderClassName
 {
   color: #1130CB;
 }
 .AnyTagClassName
 {
   color: #1130CB;
 }
</style>

background-color css

<style>
 a { background-color: #1130CB; }

 a { background-color: rgb(17,48,203); }

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

border-color css

<style>
 span { border-color: #1130CB; }

 span { border-color: rgb(17,48,203); }

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