Html Css Color HEX #1138CD Persian Blue

📋 copy color: '#1138CD'

red 17 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1138CD

Tints of Persian Blue #1138CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 205 (80.47% from 255) = 73.74%

R = 6.12%
G = 20.14%
B = 73.74%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1138CD (or 0x1138CD) is known color: Persian Blue. HEX triplet: 11, 38 and CD. RGB value is (17,56,205). Sum of RGB (Red+Green+Blue) = 17+56+205=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #1138CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1138CD is #EEC732. Grayscale: #3C3C3C. Windows color (decimal): -15648563 or 13449233. OLE color: 13449233.

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

Color convert

RGB 17 56 205 -
CMYK 0.92 0.73 0 0.20
HSL 227.55º 0.85% 0.44% -
HSV(B) 227.55º 0.92% 0.8% -
XYZ 12.66 7.36 58.51 -
YUV 61.33 209.08 96.38 -
System Red Green Blue C M Y K H S L
Decimal 17 56 205 0.92 0.73 0 0.20 227.55 0.85 0.44
Hex 11 38 CD 5C 49 0 14 E4 55 2C
Octal 21 70 315 134 111 0 24 344 125 54
Binary 10001 111000 11001101 1011100 1001001 0 10100 11100100 1010101 101100

Color Harmonies of #1138CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1138CD

Black with #1138CD

Text Example


Text Example

White with #1138CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1138CD; }

 p { color: rgb(17,56,205); }

 H1.HeaderClassName
 {
   color: #1138CD;
 }
 .AnyTagClassName
 {
   color: #1138CD;
 }
</style>

background-color css

<style>
 a { background-color: #1138CD; }

 a { background-color: rgb(17,56,205); }

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

border-color css

<style>
 span { border-color: #1138CD; }

 span { border-color: rgb(17,56,205); }

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