Html Css Color HEX #0133EB Persian Blue

📋 copy color: '#0133EB'

red 1 ◦ green 51 ◦ blue 235

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

Shades of Persian Blue #0133EB

Tints of Persian Blue #0133EB

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

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

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

R = 0.35%
G = 17.77%
B = 81.88%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0133EB (or 0x0133EB) is known color: Persian Blue. HEX triplet: 01, 33 and EB. RGB value is (1,51,235). Sum of RGB (Red+Green+Blue) = 1+51+235=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 235 (92.19% from 255 or 81.88% from 287); Max value from RGB is 235 - color contains mainly: blue. Hex color #0133EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0133EB is #FECC14. Grayscale: #383838. Windows color (decimal): -16698389 or 15414017. OLE color: 15414017.

HSL color Cylindrical-coordinate representation of color #0133EB: hue angle of 227.18º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0133EB is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 51 235 -
CMYK 1.00 0.78 0 0.08
HSL 227.18º 0.99% 0.46% -
HSV(B) 227.18º 1% 0.92% -
XYZ 16.19 8.37 79.36 -
YUV 57.03 228.44 88.04 -
System Red Green Blue C M Y K H S L
Decimal 1 51 235 1.00 0.78 0 0.08 227.18 0.99 0.46
Hex 1 33 EB 64 4E 0 8 E3 63 2E
Octal 1 63 353 144 116 0 10 343 143 56
Binary 1 110011 11101011 1100100 1001110 0 1000 11100011 1100011 101110

Color Harmonies of #0133EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133EB

Black with #0133EB

Text Example


Text Example

White with #0133EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0133EB; }

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

 H1.HeaderClassName
 {
   color: #0133EB;
 }
 .AnyTagClassName
 {
   color: #0133EB;
 }
</style>

background-color css

<style>
 a { background-color: #0133EB; }

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

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

border-color css

<style>
 span { border-color: #0133EB; }

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

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