Html Css Color HEX #1139CF Persian Blue

📋 copy color: '#1139CF'

red 17 ◦ green 57 ◦ blue 207

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

Shades of Persian Blue #1139CF

Tints of Persian Blue #1139CF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 207 (81.25% from 255) = 73.67%

R = 6.05%
G = 20.28%
B = 73.67%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1139CF (or 0x1139CF) is known color: Persian Blue. HEX triplet: 11, 39 and CF. RGB value is (17,57,207). Sum of RGB (Red+Green+Blue) = 17+57+207=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #1139CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1139CF is #EEC630. Grayscale: #3D3D3D. Windows color (decimal): -15648305 or 13580561. OLE color: 13580561.

HSL color Cylindrical-coordinate representation of color #1139CF: hue angle of 227.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1139CF is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 57 207 -
CMYK 0.92 0.72 0 0.19
HSL 227.37º 0.85% 0.44% -
HSV(B) 227.37º 0.92% 0.81% -
XYZ 12.96 7.55 59.81 -
YUV 62.14 209.75 95.8 -
System Red Green Blue C M Y K H S L
Decimal 17 57 207 0.92 0.72 0 0.19 227.37 0.85 0.44
Hex 11 39 CF 5C 48 0 13 E3 55 2C
Octal 21 71 317 134 110 0 23 343 125 54
Binary 10001 111001 11001111 1011100 1001000 0 10011 11100011 1010101 101100

Color Harmonies of #1139CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1139CF

Black with #1139CF

Text Example


Text Example

White with #1139CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1139CF; }

 p { color: rgb(17,57,207); }

 H1.HeaderClassName
 {
   color: #1139CF;
 }
 .AnyTagClassName
 {
   color: #1139CF;
 }
</style>

background-color css

<style>
 a { background-color: #1139CF; }

 a { background-color: rgb(17,57,207); }

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

border-color css

<style>
 span { border-color: #1139CF; }

 span { border-color: rgb(17,57,207); }

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