Html Css Color HEX #1243CE Persian Blue

📋 copy color: '#1243CE'

red 18 ◦ green 67 ◦ blue 206

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

Shades of Persian Blue #1243CE

Tints of Persian Blue #1243CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

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

R = 6.19%
G = 23.02%
B = 70.79%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1243CE (or 0x1243CE) is known color: Persian Blue. HEX triplet: 12, 43 and CE. RGB value is (18,67,206). Sum of RGB (Red+Green+Blue) = 18+67+206=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #1243CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243CE is #EDBC31. Grayscale: #434343. Windows color (decimal): -15580210 or 13517586. OLE color: 13517586.

HSL color Cylindrical-coordinate representation of color #1243CE: hue angle of 224.36º 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 #1243CE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 67 206 -
CMYK 0.91 0.67 0 0.19
HSL 224.36º 0.84% 0.44% -
HSV(B) 224.36º 0.91% 0.81% -
XYZ 13.4 8.6 59.35 -
YUV 68.2 205.77 92.2 -
System Red Green Blue C M Y K H S L
Decimal 18 67 206 0.91 0.67 0 0.19 224.36 0.84 0.44
Hex 12 43 CE 5B 43 0 13 E0 54 2C
Octal 22 103 316 133 103 0 23 340 124 54
Binary 10010 1000011 11001110 1011011 1000011 0 10011 11100000 1010100 101100

Color Harmonies of #1243CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1243CE

Black with #1243CE

Text Example


Text Example

White with #1243CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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