Html Css Color HEX #1231EB Persian Blue

📋 copy color: '#1231EB'

red 18 ◦ green 49 ◦ blue 235

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

Shades of Persian Blue #1231EB

Tints of Persian Blue #1231EB

RGB

 RED value IS 18 (7.42% from 255) = 5.96%

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 235 (92.19% from 255) = 77.81%

R = 5.96%
G = 16.23%
B = 77.81%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1231EB (or 0x1231EB) is known color: Persian Blue. HEX triplet: 12, 31 and EB. RGB value is (18,49,235). Sum of RGB (Red+Green+Blue) = 18+49+235=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #1231EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1231EB is #EDCE14. Grayscale: #3C3C3C. Windows color (decimal): -15584789 or 15413522. OLE color: 15413522.

HSL color Cylindrical-coordinate representation of color #1231EB: hue angle of 231.43º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1231EB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 49 235 -
CMYK 0.92 0.79 0 0.08
HSL 231.43º 0.86% 0.5% -
HSV(B) 231.43º 0.92% 0.92% -
XYZ 16.34 8.32 79.34 -
YUV 60.94 226.23 97.38 -
System Red Green Blue C M Y K H S L
Decimal 18 49 235 0.92 0.79 0 0.08 231.43 0.86 0.5
Hex 12 31 EB 5C 4F 0 8 E7 56 32
Octal 22 61 353 134 117 0 10 347 126 62
Binary 10010 110001 11101011 1011100 1001111 0 1000 11100111 1010110 110010

Color Harmonies of #1231EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231EB

Black with #1231EB

Text Example


Text Example

White with #1231EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1231EB; }

 p { color: rgb(18,49,235); }

 H1.HeaderClassName
 {
   color: #1231EB;
 }
 .AnyTagClassName
 {
   color: #1231EB;
 }
</style>

background-color css

<style>
 a { background-color: #1231EB; }

 a { background-color: rgb(18,49,235); }

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

border-color css

<style>
 span { border-color: #1231EB; }

 span { border-color: rgb(18,49,235); }

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