Html Css Color HEX #1C37E7 Persian Blue

📋 copy color: '#1C37E7'

red 28 ◦ green 55 ◦ blue 231

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

Shades of Persian Blue #1C37E7

Tints of Persian Blue #1C37E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 73.57%

R = 8.92%
G = 17.52%
B = 73.57%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1C37E7 (or 0x1C37E7) is known color: Persian Blue. HEX triplet: 1C, 37 and E7. RGB value is (28,55,231). Sum of RGB (Red+Green+Blue) = 28+55+231=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 231 (90.62% from 255 or 73.57% from 314); Max value from RGB is 231 - color contains mainly: blue. Hex color #1C37E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C37E7 is #E3C818. Grayscale: #424242. Windows color (decimal): -14927897 or 15152924. OLE color: 15152924.

HSL color Cylindrical-coordinate representation of color #1C37E7: hue angle of 232.02º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C37E7 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 55 231 -
CMYK 0.88 0.76 0 0.09
HSL 232.02º 0.81% 0.51% -
HSV(B) 232.02º 0.88% 0.91% -
XYZ 16.27 8.75 76.43 -
YUV 66.99 220.55 100.19 -
System Red Green Blue C M Y K H S L
Decimal 28 55 231 0.88 0.76 0 0.09 232.02 0.81 0.51
Hex 1C 37 E7 58 4C 0 9 E8 51 33
Octal 34 67 347 130 114 0 11 350 121 63
Binary 11100 110111 11100111 1011000 1001100 0 1001 11101000 1010001 110011

Color Harmonies of #1C37E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C37E7

Black with #1C37E7

Text Example


Text Example

White with #1C37E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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