Html Css Color HEX #1138BE Persian Blue

📋 copy color: '#1138BE'

red 17 ◦ green 56 ◦ blue 190

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

Shades of Persian Blue #1138BE

Tints of Persian Blue #1138BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 72.24%

R = 6.46%
G = 21.29%
B = 72.24%

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

#1138BE (or 0x1138BE) is known color: Persian Blue. HEX triplet: 11, 38 and BE. RGB value is (17,56,190). Sum of RGB (Red+Green+Blue) = 17+56+190=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #1138BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1138BE is #EEC741. Grayscale: #3B3B3B. Windows color (decimal): -15648578 or 12466193. OLE color: 12466193.

HSL color Cylindrical-coordinate representation of color #1138BE: hue angle of 226.47º 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 #1138BE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 56 190 -
CMYK 0.91 0.71 0 0.25
HSL 226.47º 0.84% 0.41% -
HSV(B) 226.47º 0.91% 0.75% -
XYZ 10.94 6.67 49.43 -
YUV 59.62 201.58 97.6 -
System Red Green Blue C M Y K H S L
Decimal 17 56 190 0.91 0.71 0 0.25 226.47 0.84 0.41
Hex 11 38 BE 5B 47 0 19 E2 54 29
Octal 21 70 276 133 107 0 31 342 124 51
Binary 10001 111000 10111110 1011011 1000111 0 11001 11100010 1010100 101001

Color Harmonies of #1138BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1138BE

Black with #1138BE

Text Example


Text Example

White with #1138BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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