Html Css Color HEX #0028CE Persian Blue

📋 copy color: '#0028CE'

red 0 ◦ green 40 ◦ blue 206

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

Shades of Persian Blue #0028CE

Tints of Persian Blue #0028CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 0%
G = 16.26%
B = 83.74%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0028CE (or 0x0028CE) is known color: Persian Blue. HEX triplet: 00, 28 and CE. RGB value is (0,40,206). Sum of RGB (Red+Green+Blue) = 0+40+206=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #0028CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0028CE is #FFD731. Grayscale: #2E2E2E. Windows color (decimal): -16766770 or 13510656. OLE color: 13510656.

HSL color Cylindrical-coordinate representation of color #0028CE: hue angle of 228.35º 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 #0028CE is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 40 206 -
CMYK 1 0.81 0 0.19
HSL 228.35º 1% 0.4% -
HSV(B) 228.35º 1% 0.81% -
XYZ 11.9 5.97 58.92 -
YUV 46.96 217.75 94.5 -
System Red Green Blue C M Y K H S L
Decimal 0 40 206 1 0.81 0 0.19 228.35 1 0.4
Hex 0 28 CE 64 51 0 13 E4 64 28
Octal 0 50 316 144 121 0 23 344 144 50
Binary 0 101000 11001110 1100100 1010001 0 10011 11100100 1100100 101000

Color Harmonies of #0028CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0028CE

Black with #0028CE

Text Example


Text Example

White with #0028CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0028CE; }

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

 H1.HeaderClassName
 {
   color: #0028CE;
 }
 .AnyTagClassName
 {
   color: #0028CE;
 }
</style>

background-color css

<style>
 a { background-color: #0028CE; }

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

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

border-color css

<style>
 span { border-color: #0028CE; }

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

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