Html Css Color HEX #002BE1 Persian Blue

📋 copy color: '#002BE1'

red 0 ◦ green 43 ◦ blue 225

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

Shades of Persian Blue #002BE1

Tints of Persian Blue #002BE1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.04%

 BLUE value IS 225 (88.28% from 255) = 83.96%

R = 0%
G = 16.04%
B = 83.96%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#002BE1 (or 0x002BE1) is known color: Persian Blue. HEX triplet: 00, 2B and E1. RGB value is (0,43,225). Sum of RGB (Red+Green+Blue) = 0+43+225=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 225 (88.28% from 255 or 83.96% from 268); Max value from RGB is 225 - color contains mainly: blue. Hex color #002BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BE1 is #FFD41E. Grayscale: #323232. Windows color (decimal): -16765983 or 14756608. OLE color: 14756608.

HSL color Cylindrical-coordinate representation of color #002BE1: hue angle of 228.53º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BE1 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 43 225 -
CMYK 1 0.81 0 0.12
HSL 228.53º 1% 0.44% -
HSV(B) 228.53º 1% 0.88% -
XYZ 14.45 7.16 71.86 -
YUV 50.89 226.25 91.7 -
System Red Green Blue C M Y K H S L
Decimal 0 43 225 1 0.81 0 0.12 228.53 1 0.44
Hex 0 2B E1 64 51 0 C E5 64 2C
Octal 0 53 341 144 121 0 14 345 144 54
Binary 0 101011 11100001 1100100 1010001 0 1100 11100101 1100100 101100

Color Harmonies of #002BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BE1

Black with #002BE1

Text Example


Text Example

White with #002BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002BE1; }

 p { color: rgb(0,43,225); }

 H1.HeaderClassName
 {
   color: #002BE1;
 }
 .AnyTagClassName
 {
   color: #002BE1;
 }
</style>

background-color css

<style>
 a { background-color: #002BE1; }

 a { background-color: rgb(0,43,225); }

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

border-color css

<style>
 span { border-color: #002BE1; }

 span { border-color: rgb(0,43,225); }

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