Html Css Color HEX #1126CF Persian Blue

📋 copy color: '#1126CF'

red 17 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #1126CF

Tints of Persian Blue #1126CF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 6.49%
G = 14.5%
B = 79.01%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1126CF (or 0x1126CF) is known color: Persian Blue. HEX triplet: 11, 26 and CF. RGB value is (17,38,207). Sum of RGB (Red+Green+Blue) = 17+38+207=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #1126CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126CF is #EED930. Grayscale: #323232. Windows color (decimal): -15653169 or 13575697. OLE color: 13575697.

HSL color Cylindrical-coordinate representation of color #1126CF: hue angle of 233.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 #1126CF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 38 207 -
CMYK 0.92 0.82 0 0.19
HSL 233.37º 0.85% 0.44% -
HSV(B) 233.37º 0.92% 0.81% -
XYZ 12.19 6.01 59.55 -
YUV 50.99 216.04 103.76 -
System Red Green Blue C M Y K H S L
Decimal 17 38 207 0.92 0.82 0 0.19 233.37 0.85 0.44
Hex 11 26 CF 5C 52 0 13 E9 55 2C
Octal 21 46 317 134 122 0 23 351 125 54
Binary 10001 100110 11001111 1011100 1010010 0 10011 11101001 1010101 101100

Color Harmonies of #1126CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1126CF

Black with #1126CF

Text Example


Text Example

White with #1126CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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