Html Css Color HEX #1239DB Persian Blue

📋 copy color: '#1239DB'

red 18 ◦ green 57 ◦ blue 219

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

Shades of Persian Blue #1239DB

Tints of Persian Blue #1239DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 6.12%
G = 19.39%
B = 74.49%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1239DB (or 0x1239DB) is known color: Persian Blue. HEX triplet: 12, 39 and DB. RGB value is (18,57,219). Sum of RGB (Red+Green+Blue) = 18+57+219=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #1239DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239DB is #EDC624. Grayscale: #3F3F3F. Windows color (decimal): -15582757 or 14366994. OLE color: 14366994.

HSL color Cylindrical-coordinate representation of color #1239DB: hue angle of 228.36º 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 #1239DB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 57 219 -
CMYK 0.92 0.74 0 0.14
HSL 228.36º 0.85% 0.46% -
HSV(B) 228.36º 0.92% 0.86% -
XYZ 14.5 8.17 67.83 -
YUV 63.81 215.58 95.33 -
System Red Green Blue C M Y K H S L
Decimal 18 57 219 0.92 0.74 0 0.14 228.36 0.85 0.46
Hex 12 39 DB 5C 4A 0 E E4 55 2E
Octal 22 71 333 134 112 0 16 344 125 56
Binary 10010 111001 11011011 1011100 1001010 0 1110 11100100 1010101 101110

Color Harmonies of #1239DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1239DB

Black with #1239DB

Text Example


Text Example

White with #1239DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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