Html Css Color HEX #1C37EF Persian Blue

📋 copy color: '#1C37EF'

red 28 ◦ green 55 ◦ blue 239

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

Shades of Persian Blue #1C37EF

Tints of Persian Blue #1C37EF

RGB

 RED value IS 28 (11.33% from 255) = 8.7%

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

 BLUE value IS 239 (93.75% from 255) = 74.22%

R = 8.7%
G = 17.08%
B = 74.22%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C37EF (or 0x1C37EF) is known color: Persian Blue. HEX triplet: 1C, 37 and EF. RGB value is (28,55,239). Sum of RGB (Red+Green+Blue) = 28+55+239=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 239 (93.75% from 255 or 74.22% from 322); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C37EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C37EF is #E3C810. Grayscale: #434343. Windows color (decimal): -14927889 or 15677212. OLE color: 15677212.

HSL color Cylindrical-coordinate representation of color #1C37EF: hue angle of 232.32º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C37EF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 55 239 -
CMYK 0.88 0.77 0 0.06
HSL 232.32º 0.87% 0.52% -
HSV(B) 232.32º 0.88% 0.94% -
XYZ 17.43 9.21 82.52 -
YUV 67.9 224.55 99.54 -
System Red Green Blue C M Y K H S L
Decimal 28 55 239 0.88 0.77 0 0.06 232.32 0.87 0.52
Hex 1C 37 EF 58 4D 0 6 E8 57 34
Octal 34 67 357 130 115 0 6 350 127 64
Binary 11100 110111 11101111 1011000 1001101 0 110 11101000 1010111 110100

Color Harmonies of #1C37EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C37EF

Black with #1C37EF

Text Example


Text Example

White with #1C37EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C37EF; }

 p { color: rgb(28,55,239); }

 H1.HeaderClassName
 {
   color: #1C37EF;
 }
 .AnyTagClassName
 {
   color: #1C37EF;
 }
</style>

background-color css

<style>
 a { background-color: #1C37EF; }

 a { background-color: rgb(28,55,239); }

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

border-color css

<style>
 span { border-color: #1C37EF; }

 span { border-color: rgb(28,55,239); }

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