Html Css Color HEX #1223CD Persian Blue

📋 copy color: '#1223CD'

red 18 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #1223CD

Tints of Persian Blue #1223CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 205 (80.47% from 255) = 79.46%

R = 6.98%
G = 13.57%
B = 79.46%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1223CD (or 0x1223CD) is known color: Persian Blue. HEX triplet: 12, 23 and CD. RGB value is (18,35,205). Sum of RGB (Red+Green+Blue) = 18+35+205=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #1223CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1223CD is #EDDC32. Grayscale: #303030. Windows color (decimal): -15588403 or 13443858. OLE color: 13443858.

HSL color Cylindrical-coordinate representation of color #1223CD: hue angle of 234.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1223CD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 35 205 -
CMYK 0.91 0.83 0 0.20
HSL 234.55º 0.84% 0.44% -
HSV(B) 234.55º 0.91% 0.8% -
XYZ 11.87 5.74 58.24 -
YUV 49.3 215.87 105.68 -
System Red Green Blue C M Y K H S L
Decimal 18 35 205 0.91 0.83 0 0.20 234.55 0.84 0.44
Hex 12 23 CD 5B 53 0 14 EB 54 2C
Octal 22 43 315 133 123 0 24 353 124 54
Binary 10010 100011 11001101 1011011 1010011 0 10100 11101011 1010100 101100

Color Harmonies of #1223CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1223CD

Black with #1223CD

Text Example


Text Example

White with #1223CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1223CD; }

 p { color: rgb(18,35,205); }

 H1.HeaderClassName
 {
   color: #1223CD;
 }
 .AnyTagClassName
 {
   color: #1223CD;
 }
</style>

background-color css

<style>
 a { background-color: #1223CD; }

 a { background-color: rgb(18,35,205); }

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

border-color css

<style>
 span { border-color: #1223CD; }

 span { border-color: rgb(18,35,205); }

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