Html Css Color HEX #1232E6 Persian Blue

📋 copy color: '#1232E6'

red 18 ◦ green 50 ◦ blue 230

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

Shades of Persian Blue #1232E6

Tints of Persian Blue #1232E6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 230 (90.23% from 255) = 77.18%

R = 6.04%
G = 16.78%
B = 77.18%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1232E6 (or 0x1232E6) is known color: Persian Blue. HEX triplet: 12, 32 and E6. RGB value is (18,50,230). Sum of RGB (Red+Green+Blue) = 18+50+230=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #1232E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1232E6 is #EDCD19. Grayscale: #3C3C3C. Windows color (decimal): -15584538 or 15086098. OLE color: 15086098.

HSL color Cylindrical-coordinate representation of color #1232E6: hue angle of 230.94º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1232E6 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 50 230 -
CMYK 0.92 0.78 0 0.10
HSL 230.94º 0.85% 0.49% -
HSV(B) 230.94º 0.92% 0.9% -
XYZ 15.67 8.12 75.6 -
YUV 60.95 223.4 97.36 -
System Red Green Blue C M Y K H S L
Decimal 18 50 230 0.92 0.78 0 0.10 230.94 0.85 0.49
Hex 12 32 E6 5C 4E 0 A E7 55 31
Octal 22 62 346 134 116 0 12 347 125 61
Binary 10010 110010 11100110 1011100 1001110 0 1010 11100111 1010101 110001

Color Harmonies of #1232E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1232E6

Black with #1232E6

Text Example


Text Example

White with #1232E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1232E6; }

 p { color: rgb(18,50,230); }

 H1.HeaderClassName
 {
   color: #1232E6;
 }
 .AnyTagClassName
 {
   color: #1232E6;
 }
</style>

background-color css

<style>
 a { background-color: #1232E6; }

 a { background-color: rgb(18,50,230); }

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

border-color css

<style>
 span { border-color: #1232E6; }

 span { border-color: rgb(18,50,230); }

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