Html Css Color HEX #112BCF Persian Blue

📋 copy color: '#112BCF'

red 17 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #112BCF

Tints of Persian Blue #112BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 6.37%
G = 16.1%
B = 77.53%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#112BCF (or 0x112BCF) is known color: Persian Blue. HEX triplet: 11, 2B and CF. RGB value is (17,43,207). Sum of RGB (Red+Green+Blue) = 17+43+207=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #112BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BCF is #EED430. Grayscale: #353535. Windows color (decimal): -15651889 or 13576977. OLE color: 13576977.

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

Color convert

RGB 17 43 207 -
CMYK 0.92 0.79 0 0.19
HSL 231.79º 0.85% 0.44% -
HSV(B) 231.79º 0.92% 0.81% -
XYZ 12.36 6.35 59.61 -
YUV 53.92 214.39 101.66 -
System Red Green Blue C M Y K H S L
Decimal 17 43 207 0.92 0.79 0 0.19 231.79 0.85 0.44
Hex 11 2B CF 5C 4F 0 13 E8 55 2C
Octal 21 53 317 134 117 0 23 350 125 54
Binary 10001 101011 11001111 1011100 1001111 0 10011 11101000 1010101 101100

Color Harmonies of #112BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BCF

Black with #112BCF

Text Example


Text Example

White with #112BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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