Html Css Color HEX #0027CE Persian Blue

📋 copy color: '#0027CE'

red 0 ◦ green 39 ◦ blue 206

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

Shades of Persian Blue #0027CE

Tints of Persian Blue #0027CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 0%
G = 15.92%
B = 84.08%

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

#0027CE (or 0x0027CE) is known color: Persian Blue. HEX triplet: 00, 27 and CE. RGB value is (0,39,206). Sum of RGB (Red+Green+Blue) = 0+39+206=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #0027CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0027CE is #FFD831. Grayscale: #2D2D2D. Windows color (decimal): -16767026 or 13510400. OLE color: 13510400.

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

Color convert

RGB 0 39 206 -
CMYK 1 0.81 0 0.19
HSL 228.64º 1% 0.4% -
HSV(B) 228.64º 1% 0.81% -
XYZ 11.87 5.91 58.91 -
YUV 46.38 218.08 94.92 -
System Red Green Blue C M Y K H S L
Decimal 0 39 206 1 0.81 0 0.19 228.64 1 0.4
Hex 0 27 CE 64 51 0 13 E5 64 28
Octal 0 47 316 144 121 0 23 345 144 50
Binary 0 100111 11001110 1100100 1010001 0 10011 11100101 1100100 101000

Color Harmonies of #0027CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0027CE

Black with #0027CE

Text Example


Text Example

White with #0027CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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