Html Css Color HEX #1237CD Persian Blue

📋 copy color: '#1237CD'

red 18 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #1237CD

Tints of Persian Blue #1237CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

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

R = 6.47%
G = 19.78%
B = 73.74%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1237CD (or 0x1237CD) is known color: Persian Blue. HEX triplet: 12, 37 and CD. RGB value is (18,55,205). Sum of RGB (Red+Green+Blue) = 18+55+205=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #1237CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1237CD is #EDC832. Grayscale: #3C3C3C. Windows color (decimal): -15583283 or 13448978. OLE color: 13448978.

HSL color Cylindrical-coordinate representation of color #1237CD: hue angle of 228.13º 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 #1237CD is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 55 205 -
CMYK 0.91 0.73 0 0.20
HSL 228.13º 0.84% 0.44% -
HSV(B) 228.13º 0.91% 0.8% -
XYZ 12.64 7.27 58.49 -
YUV 61.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 18 55 205 0.91 0.73 0 0.20 228.13 0.84 0.44
Hex 12 37 CD 5B 49 0 14 E4 54 2C
Octal 22 67 315 133 111 0 24 344 124 54
Binary 10010 110111 11001101 1011011 1001001 0 10100 11100100 1010100 101100

Color Harmonies of #1237CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237CD

Black with #1237CD

Text Example


Text Example

White with #1237CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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