Html Css Color HEX #1239DC Persian Blue

📋 copy color: '#1239DC'

red 18 ◦ green 57 ◦ blue 220

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

Shades of Persian Blue #1239DC

Tints of Persian Blue #1239DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.58%

R = 6.1%
G = 19.32%
B = 74.58%

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

#1239DC (or 0x1239DC) is known color: Persian Blue. HEX triplet: 12, 39 and DC. RGB value is (18,57,220). Sum of RGB (Red+Green+Blue) = 18+57+220=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 220 (86.33% from 255 or 74.58% from 295); Max value from RGB is 220 - color contains mainly: blue. Hex color #1239DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1239DC is #EDC623. Grayscale: #3F3F3F. Windows color (decimal): -15582756 or 14432530. OLE color: 14432530.

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

Color convert

RGB 18 57 220 -
CMYK 0.92 0.74 0 0.14
HSL 228.42º 0.85% 0.47% -
HSV(B) 228.42º 0.92% 0.86% -
XYZ 14.63 8.22 68.53 -
YUV 63.92 216.08 95.25 -
System Red Green Blue C M Y K H S L
Decimal 18 57 220 0.92 0.74 0 0.14 228.42 0.85 0.47
Hex 12 39 DC 5C 4A 0 E E4 55 2F
Octal 22 71 334 134 112 0 16 344 125 57
Binary 10010 111001 11011100 1011100 1001010 0 1110 11100100 1010101 101111

Color Harmonies of #1239DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1239DC

Black with #1239DC

Text Example


Text Example

White with #1239DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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