Html Css Color HEX #1231DB Persian Blue

📋 copy color: '#1231DB'

red 18 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #1231DB

Tints of Persian Blue #1231DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 6.29%
G = 17.13%
B = 76.57%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1231DB (or 0x1231DB) is known color: Persian Blue. HEX triplet: 12, 31 and DB. RGB value is (18,49,219). Sum of RGB (Red+Green+Blue) = 18+49+219=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #1231DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231DB is #EDCE24. Grayscale: #3A3A3A. Windows color (decimal): -15584805 or 14364946. OLE color: 14364946.

HSL color Cylindrical-coordinate representation of color #1231DB: hue angle of 230.75º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1231DB is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 49 219 -
CMYK 0.92 0.78 0 0.14
HSL 230.75º 0.85% 0.46% -
HSV(B) 230.75º 0.92% 0.86% -
XYZ 14.13 7.44 67.71 -
YUV 59.11 218.23 98.68 -
System Red Green Blue C M Y K H S L
Decimal 18 49 219 0.92 0.78 0 0.14 230.75 0.85 0.46
Hex 12 31 DB 5C 4E 0 E E7 55 2E
Octal 22 61 333 134 116 0 16 347 125 56
Binary 10010 110001 11011011 1011100 1001110 0 1110 11100111 1010101 101110

Color Harmonies of #1231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231DB

Black with #1231DB

Text Example


Text Example

White with #1231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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