Html Css Color HEX #1236DF Persian Blue

📋 copy color: '#1236DF'

red 18 ◦ green 54 ◦ blue 223

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

Shades of Persian Blue #1236DF

Tints of Persian Blue #1236DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

 BLUE value IS 223 (87.5% from 255) = 75.59%

R = 6.1%
G = 18.31%
B = 75.59%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1236DF (or 0x1236DF) is known color: Persian Blue. HEX triplet: 12, 36 and DF. RGB value is (18,54,223). Sum of RGB (Red+Green+Blue) = 18+54+223=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #1236DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1236DF is #EDC920. Grayscale: #3D3D3D. Windows color (decimal): -15583521 or 14628370. OLE color: 14628370.

HSL color Cylindrical-coordinate representation of color #1236DF: hue angle of 229.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1236DF is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 54 223 -
CMYK 0.92 0.76 0 0.13
HSL 229.46º 0.85% 0.47% -
HSV(B) 229.46º 0.92% 0.87% -
XYZ 14.89 8.09 70.59 -
YUV 62.5 218.57 96.26 -
System Red Green Blue C M Y K H S L
Decimal 18 54 223 0.92 0.76 0 0.13 229.46 0.85 0.47
Hex 12 36 DF 5C 4C 0 D E5 55 2F
Octal 22 66 337 134 114 0 15 345 125 57
Binary 10010 110110 11011111 1011100 1001100 0 1101 11100101 1010101 101111

Color Harmonies of #1236DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236DF

Black with #1236DF

Text Example


Text Example

White with #1236DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1236DF; }

 p { color: rgb(18,54,223); }

 H1.HeaderClassName
 {
   color: #1236DF;
 }
 .AnyTagClassName
 {
   color: #1236DF;
 }
</style>

background-color css

<style>
 a { background-color: #1236DF; }

 a { background-color: rgb(18,54,223); }

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

border-color css

<style>
 span { border-color: #1236DF; }

 span { border-color: rgb(18,54,223); }

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