Html Css Color HEX #002BCE Persian Blue

📋 copy color: '#002BCE'

red 0 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #002BCE

Tints of Persian Blue #002BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.73%

R = 0%
G = 17.27%
B = 82.73%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#002BCE (or 0x002BCE) is known color: Persian Blue. HEX triplet: 00, 2B and CE. RGB value is (0,43,206). Sum of RGB (Red+Green+Blue) = 0+43+206=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #002BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BCE is #FFD431. Grayscale: #303030. Windows color (decimal): -16766002 or 13511424. OLE color: 13511424.

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

Color convert

RGB 0 43 206 -
CMYK 1 0.79 0 0.19
HSL 227.48º 1% 0.4% -
HSV(B) 227.48º 1% 0.81% -
XYZ 12 6.18 58.95 -
YUV 48.73 216.75 93.25 -
System Red Green Blue C M Y K H S L
Decimal 0 43 206 1 0.79 0 0.19 227.48 1 0.4
Hex 0 2B CE 64 4F 0 13 E3 64 28
Octal 0 53 316 144 117 0 23 343 144 50
Binary 0 101011 11001110 1100100 1001111 0 10011 11100011 1100100 101000

Color Harmonies of #002BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BCE

Black with #002BCE

Text Example


Text Example

White with #002BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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