Html Css Color HEX #1232CE Persian Blue

📋 copy color: '#1232CE'

red 18 ◦ green 50 ◦ blue 206

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

Shades of Persian Blue #1232CE

Tints of Persian Blue #1232CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 6.57%
G = 18.25%
B = 75.18%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1232CE (or 0x1232CE) is known color: Persian Blue. HEX triplet: 12, 32 and CE. RGB value is (18,50,206). Sum of RGB (Red+Green+Blue) = 18+50+206=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #1232CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1232CE is #EDCD31. Grayscale: #393939. Windows color (decimal): -15584562 or 13513234. OLE color: 13513234.

HSL color Cylindrical-coordinate representation of color #1232CE: hue angle of 229.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1232CE is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 50 206 -
CMYK 0.91 0.76 0 0.19
HSL 229.79º 0.84% 0.44% -
HSV(B) 229.79º 0.91% 0.81% -
XYZ 12.53 6.87 59.06 -
YUV 58.22 211.4 99.32 -
System Red Green Blue C M Y K H S L
Decimal 18 50 206 0.91 0.76 0 0.19 229.79 0.84 0.44
Hex 12 32 CE 5B 4C 0 13 E6 54 2C
Octal 22 62 316 133 114 0 23 346 124 54
Binary 10010 110010 11001110 1011011 1001100 0 10011 11100110 1010100 101100

Color Harmonies of #1232CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1232CE

Black with #1232CE

Text Example


Text Example

White with #1232CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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