Html Css Color HEX #112ADF Persian Blue

📋 copy color: '#112ADF'

red 17 ◦ green 42 ◦ blue 223

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

Shades of Persian Blue #112ADF

Tints of Persian Blue #112ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.08%

R = 6.03%
G = 14.89%
B = 79.08%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#112ADF (or 0x112ADF) is known color: Persian Blue. HEX triplet: 11, 2A and DF. RGB value is (17,42,223). Sum of RGB (Red+Green+Blue) = 17+42+223=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #112ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ADF is #EED520. Grayscale: #363636. Windows color (decimal): -15652129 or 14625297. OLE color: 14625297.

HSL color Cylindrical-coordinate representation of color #112ADF: hue angle of 232.72º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112ADF is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 42 223 -
CMYK 0.92 0.81 0 0.13
HSL 232.72º 0.86% 0.47% -
HSV(B) 232.72º 0.92% 0.87% -
XYZ 14.38 7.1 70.43 -
YUV 55.16 222.72 100.78 -
System Red Green Blue C M Y K H S L
Decimal 17 42 223 0.92 0.81 0 0.13 232.72 0.86 0.47
Hex 11 2A DF 5C 51 0 D E9 56 2F
Octal 21 52 337 134 121 0 15 351 126 57
Binary 10001 101010 11011111 1011100 1010001 0 1101 11101001 1010110 101111

Color Harmonies of #112ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ADF

Black with #112ADF

Text Example


Text Example

White with #112ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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