Html Css Color HEX #1125CE Persian Blue

📋 copy color: '#1125CE'

red 17 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #1125CE

Tints of Persian Blue #1125CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 6.54%
G = 14.23%
B = 79.23%

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

#1125CE (or 0x1125CE) is known color: Persian Blue. HEX triplet: 11, 25 and CE. RGB value is (17,37,206). Sum of RGB (Red+Green+Blue) = 17+37+206=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #1125CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125CE is #EEDA31. Grayscale: #313131. Windows color (decimal): -15653426 or 13509905. OLE color: 13509905.

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

Color convert

RGB 17 37 206 -
CMYK 0.92 0.82 0 0.19
HSL 233.65º 0.85% 0.44% -
HSV(B) 233.65º 0.92% 0.81% -
XYZ 12.03 5.9 58.9 -
YUV 50.29 215.87 104.26 -
System Red Green Blue C M Y K H S L
Decimal 17 37 206 0.92 0.82 0 0.19 233.65 0.85 0.44
Hex 11 25 CE 5C 52 0 13 EA 55 2C
Octal 21 45 316 134 122 0 23 352 125 54
Binary 10001 100101 11001110 1011100 1010010 0 10011 11101010 1010101 101100

Color Harmonies of #1125CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1125CE

Black with #1125CE

Text Example


Text Example

White with #1125CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1125CE; }

 p { color: rgb(17,37,206); }

 H1.HeaderClassName
 {
   color: #1125CE;
 }
 .AnyTagClassName
 {
   color: #1125CE;
 }
</style>

background-color css

<style>
 a { background-color: #1125CE; }

 a { background-color: rgb(17,37,206); }

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

border-color css

<style>
 span { border-color: #1125CE; }

 span { border-color: rgb(17,37,206); }

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