Html Css Color HEX #1C33EB Persian Blue

📋 copy color: '#1C33EB'

red 28 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #1C33EB

Tints of Persian Blue #1C33EB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 8.92%
G = 16.24%
B = 74.84%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C33EB (or 0x1C33EB) is known color: Persian Blue. HEX triplet: 1C, 33 and EB. RGB value is (28,51,235). Sum of RGB (Red+Green+Blue) = 28+51+235=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C33EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C33EB is #E3CC14. Grayscale: #404040. Windows color (decimal): -14928917 or 15414044. OLE color: 15414044.

HSL color Cylindrical-coordinate representation of color #1C33EB: hue angle of 233.33º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C33EB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 51 235 -
CMYK 0.88 0.78 0 0.08
HSL 233.33º 0.84% 0.52% -
HSV(B) 233.33º 0.88% 0.92% -
XYZ 16.66 8.61 79.38 -
YUV 65.1 223.88 101.54 -
System Red Green Blue C M Y K H S L
Decimal 28 51 235 0.88 0.78 0 0.08 233.33 0.84 0.52
Hex 1C 33 EB 58 4E 0 8 E9 54 34
Octal 34 63 353 130 116 0 10 351 124 64
Binary 11100 110011 11101011 1011000 1001110 0 1000 11101001 1010100 110100

Color Harmonies of #1C33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C33EB

Black with #1C33EB

Text Example


Text Example

White with #1C33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,51,235); }

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

background-color css

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

 a { background-color: rgb(28,51,235); }

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

border-color css

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

 span { border-color: rgb(28,51,235); }

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