Html Css Color HEX #1237DC Persian Blue

📋 copy color: '#1237DC'

red 18 ◦ green 55 ◦ blue 220

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

Shades of Persian Blue #1237DC

Tints of Persian Blue #1237DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 6.14%
G = 18.77%
B = 75.09%

CMYK

 C value IS 0.92

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1237DC (or 0x1237DC) is known color: Persian Blue. HEX triplet: 12, 37 and DC. RGB value is (18,55,220). Sum of RGB (Red+Green+Blue) = 18+55+220=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #1237DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237DC is #EDC823. Grayscale: #3E3E3E. Windows color (decimal): -15583268 or 14432018. OLE color: 14432018.

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

Color convert

RGB 18 55 220 -
CMYK 0.92 0.75 0 0.14
HSL 229.01º 0.85% 0.47% -
HSV(B) 229.01º 0.92% 0.86% -
XYZ 14.53 8.03 68.49 -
YUV 62.75 216.74 96.08 -
System Red Green Blue C M Y K H S L
Decimal 18 55 220 0.92 0.75 0 0.14 229.01 0.85 0.47
Hex 12 37 DC 5C 4B 0 E E5 55 2F
Octal 22 67 334 134 113 0 16 345 125 57
Binary 10010 110111 11011100 1011100 1001011 0 1110 11100101 1010101 101111

Color Harmonies of #1237DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237DC

Black with #1237DC

Text Example


Text Example

White with #1237DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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