Html Css Color HEX #1138C0 Persian Blue

📋 copy color: '#1138C0'

red 17 ◦ green 56 ◦ blue 192

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

Shades of Persian Blue #1138C0

Tints of Persian Blue #1138C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 72.45%

R = 6.42%
G = 21.13%
B = 72.45%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1138C0 (or 0x1138C0) is known color: Persian Blue. HEX triplet: 11, 38 and C0. RGB value is (17,56,192). Sum of RGB (Red+Green+Blue) = 17+56+192=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 192 (75.39% from 255 or 72.45% from 265); Max value from RGB is 192 - color contains mainly: blue. Hex color #1138C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1138C0 is #EEC73F. Grayscale: #3B3B3B. Windows color (decimal): -15648576 or 12597265. OLE color: 12597265.

HSL color Cylindrical-coordinate representation of color #1138C0: hue angle of 226.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1138C0 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 56 192 -
CMYK 0.91 0.71 0 0.25
HSL 226.63º 0.84% 0.41% -
HSV(B) 226.63º 0.91% 0.75% -
XYZ 11.16 6.75 50.58 -
YUV 59.84 202.58 97.44 -
System Red Green Blue C M Y K H S L
Decimal 17 56 192 0.91 0.71 0 0.25 226.63 0.84 0.41
Hex 11 38 C0 5B 47 0 19 E3 54 29
Octal 21 70 300 133 107 0 31 343 124 51
Binary 10001 111000 11000000 1011011 1000111 0 11001 11100011 1010100 101001

Color Harmonies of #1138C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1138C0

Black with #1138C0

Text Example


Text Example

White with #1138C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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