Html Css Color HEX #0032EB Persian Blue

📋 copy color: '#0032EB'

red 0 ◦ green 50 ◦ blue 235

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

Shades of Persian Blue #0032EB

Tints of Persian Blue #0032EB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 0%
G = 17.54%
B = 82.46%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0032EB (or 0x0032EB) is known color: Persian Blue. HEX triplet: 00, 32 and EB. RGB value is (0,50,235). Sum of RGB (Red+Green+Blue) = 0+50+235=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 235 (92.19% from 255 or 82.46% from 285); Max value from RGB is 235 - color contains mainly: blue. Hex color #0032EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0032EB is #FFCD14. Grayscale: #373737. Windows color (decimal): -16764181 or 15413760. OLE color: 15413760.

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

Color convert

RGB 0 50 235 -
CMYK 1 0.79 0 0.08
HSL 227.23º 1% 0.46% -
HSV(B) 227.23º 1% 0.92% -
XYZ 16.14 8.28 79.34 -
YUV 56.14 228.94 87.96 -
System Red Green Blue C M Y K H S L
Decimal 0 50 235 1 0.79 0 0.08 227.23 1 0.46
Hex 0 32 EB 64 4F 0 8 E3 64 2E
Octal 0 62 353 144 117 0 10 343 144 56
Binary 0 110010 11101011 1100100 1001111 0 1000 11100011 1100100 101110

Color Harmonies of #0032EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0032EB

Black with #0032EB

Text Example


Text Example

White with #0032EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,50,235); }

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

background-color css

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

 a { background-color: rgb(0,50,235); }

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

border-color css

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

 span { border-color: rgb(0,50,235); }

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