Html Css Color HEX #112CEA Persian Blue

📋 copy color: '#112CEA'

red 17 ◦ green 44 ◦ blue 234

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

Shades of Persian Blue #112CEA

Tints of Persian Blue #112CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 234 (91.8% from 255) = 79.32%

R = 5.76%
G = 14.92%
B = 79.32%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#112CEA (or 0x112CEA) is known color: Persian Blue. HEX triplet: 11, 2C and EA. RGB value is (17,44,234). Sum of RGB (Red+Green+Blue) = 17+44+234=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #112CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CEA is #EED315. Grayscale: #383838. Windows color (decimal): -15651606 or 15346705. OLE color: 15346705.

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

Color convert

RGB 17 44 234 -
CMYK 0.93 0.81 0 0.08
HSL 232.53º 0.86% 0.49% -
HSV(B) 232.53º 0.93% 0.92% -
XYZ 15.98 7.86 78.52 -
YUV 57.59 227.55 99.05 -
System Red Green Blue C M Y K H S L
Decimal 17 44 234 0.93 0.81 0 0.08 232.53 0.86 0.49
Hex 11 2C EA 5D 51 0 8 E9 56 31
Octal 21 54 352 135 121 0 10 351 126 61
Binary 10001 101100 11101010 1011101 1010001 0 1000 11101001 1010110 110001

Color Harmonies of #112CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CEA

Black with #112CEA

Text Example


Text Example

White with #112CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,234); }

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

background-color css

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

 a { background-color: rgb(17,44,234); }

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

border-color css

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

 span { border-color: rgb(17,44,234); }

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