Html Css Color HEX #1E33EB Persian Blue

📋 copy color: '#1E33EB'

red 30 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #1E33EB

Tints of Persian Blue #1E33EB

RGB

 RED value IS 30 (12.11% from 255) = 9.49%

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

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

R = 9.49%
G = 16.14%
B = 74.37%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1E33EB (or 0x1E33EB) is known color: Persian Blue. HEX triplet: 1E, 33 and EB. RGB value is (30,51,235). Sum of RGB (Red+Green+Blue) = 30+51+235=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E33EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E33EB is #E1CC14. Grayscale: #404040. Windows color (decimal): -14797845 or 15414046. OLE color: 15414046.

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

Color convert

RGB 30 51 235 -
CMYK 0.87 0.78 0 0.08
HSL 233.85º 0.84% 0.52% -
HSV(B) 233.85º 0.87% 0.92% -
XYZ 16.71 8.64 79.38 -
YUV 65.7 223.54 102.54 -
System Red Green Blue C M Y K H S L
Decimal 30 51 235 0.87 0.78 0 0.08 233.85 0.84 0.52
Hex 1E 33 EB 57 4E 0 8 EA 54 34
Octal 36 63 353 127 116 0 10 352 124 64
Binary 11110 110011 11101011 1010111 1001110 0 1000 11101010 1010100 110100

Color Harmonies of #1E33EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E33EB

Black with #1E33EB

Text Example


Text Example

White with #1E33EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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