Html Css Color HEX #112AC9 Persian Blue

📋 copy color: '#112AC9'

red 17 ◦ green 42 ◦ blue 201

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

Shades of Persian Blue #112AC9

Tints of Persian Blue #112AC9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.15%

 BLUE value IS 201 (78.91% from 255) = 77.31%

R = 6.54%
G = 16.15%
B = 77.31%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#112AC9 (or 0x112AC9) is known color: Persian Blue. HEX triplet: 11, 2A and C9. RGB value is (17,42,201). Sum of RGB (Red+Green+Blue) = 17+42+201=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 201 (78.91% from 255 or 77.31% from 260); Max value from RGB is 201 - color contains mainly: blue. Hex color #112AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112AC9 is #EED536. Grayscale: #333333. Windows color (decimal): -15652151 or 13183505. OLE color: 13183505.

HSL color Cylindrical-coordinate representation of color #112AC9: hue angle of 231.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112AC9 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 42 201 -
CMYK 0.92 0.79 0 0.21
HSL 231.85º 0.84% 0.43% -
HSV(B) 231.85º 0.92% 0.79% -
XYZ 11.6 5.99 55.8 -
YUV 52.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 17 42 201 0.92 0.79 0 0.21 231.85 0.84 0.43
Hex 11 2A C9 5C 4F 0 15 E8 54 2B
Octal 21 52 311 134 117 0 25 350 124 53
Binary 10001 101010 11001001 1011100 1001111 0 10101 11101000 1010100 101011

Color Harmonies of #112AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112AC9

Black with #112AC9

Text Example


Text Example

White with #112AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112AC9; }

 p { color: rgb(17,42,201); }

 H1.HeaderClassName
 {
   color: #112AC9;
 }
 .AnyTagClassName
 {
   color: #112AC9;
 }
</style>

background-color css

<style>
 a { background-color: #112AC9; }

 a { background-color: rgb(17,42,201); }

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

border-color css

<style>
 span { border-color: #112AC9; }

 span { border-color: rgb(17,42,201); }

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