Html Css Color HEX #112ACB Persian Blue

📋 copy color: '#112ACB'

red 17 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #112ACB

Tints of Persian Blue #112ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 77.48%

R = 6.49%
G = 16.03%
B = 77.48%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#112ACB (or 0x112ACB) is known color: Persian Blue. HEX triplet: 11, 2A and CB. RGB value is (17,42,203). Sum of RGB (Red+Green+Blue) = 17+42+203=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #112ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ACB is #EED534. Grayscale: #343434. Windows color (decimal): -15652149 or 13314577. OLE color: 13314577.

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

Color convert

RGB 17 42 203 -
CMYK 0.92 0.79 0 0.20
HSL 231.94º 0.85% 0.43% -
HSV(B) 231.94º 0.92% 0.8% -
XYZ 11.84 6.09 57.05 -
YUV 52.88 212.72 102.41 -
System Red Green Blue C M Y K H S L
Decimal 17 42 203 0.92 0.79 0 0.20 231.94 0.85 0.43
Hex 11 2A CB 5C 4F 0 14 E8 55 2B
Octal 21 52 313 134 117 0 24 350 125 53
Binary 10001 101010 11001011 1011100 1001111 0 10100 11101000 1010101 101011

Color Harmonies of #112ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ACB

Black with #112ACB

Text Example


Text Example

White with #112ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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