Html Css Color HEX #1236C0 Persian Blue

📋 copy color: '#1236C0'

red 18 ◦ green 54 ◦ blue 192

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

Shades of Persian Blue #1236C0

Tints of Persian Blue #1236C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 72.73%

R = 6.82%
G = 20.45%
B = 72.73%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1236C0 (or 0x1236C0) is known color: Persian Blue. HEX triplet: 12, 36 and C0. RGB value is (18,54,192). Sum of RGB (Red+Green+Blue) = 18+54+192=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #1236C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1236C0 is #EDC93F. Grayscale: #3A3A3A. Windows color (decimal): -15583552 or 12596754. OLE color: 12596754.

HSL color Cylindrical-coordinate representation of color #1236C0: hue angle of 227.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1236C0 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 54 192 -
CMYK 0.91 0.72 0 0.25
HSL 227.59º 0.83% 0.41% -
HSV(B) 227.59º 0.91% 0.75% -
XYZ 11.08 6.57 50.55 -
YUV 58.97 203.07 98.78 -
System Red Green Blue C M Y K H S L
Decimal 18 54 192 0.91 0.72 0 0.25 227.59 0.83 0.41
Hex 12 36 C0 5B 48 0 19 E4 53 29
Octal 22 66 300 133 110 0 31 344 123 51
Binary 10010 110110 11000000 1011011 1001000 0 11001 11100100 1010011 101001

Color Harmonies of #1236C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236C0

Black with #1236C0

Text Example


Text Example

White with #1236C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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