Html Css Color HEX #0140CE Persian Blue

📋 copy color: '#0140CE'

red 1 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #0140CE

Tints of Persian Blue #0140CE

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 0.37%
G = 23.62%
B = 76.01%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0140CE (or 0x0140CE) is known color: Persian Blue. HEX triplet: 01, 40 and CE. RGB value is (1,64,206). Sum of RGB (Red+Green+Blue) = 1+64+206=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #0140CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0140CE is #FEBF31. Grayscale: #3C3C3C. Windows color (decimal): -16695090 or 13516801. OLE color: 13516801.

HSL color Cylindrical-coordinate representation of color #0140CE: hue angle of 221.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0140CE is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 64 206 -
CMYK 1.00 0.69 0 0.19
HSL 221.56º 0.99% 0.41% -
HSV(B) 221.56º 1% 0.81% -
XYZ 12.99 8.13 59.28 -
YUV 61.35 209.63 84.95 -
System Red Green Blue C M Y K H S L
Decimal 1 64 206 1.00 0.69 0 0.19 221.56 0.99 0.41
Hex 1 40 CE 64 45 0 13 DE 63 29
Octal 1 100 316 144 105 0 23 336 143 51
Binary 1 1000000 11001110 1100100 1000101 0 10011 11011110 1100011 101001

Color Harmonies of #0140CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0140CE

Black with #0140CE

Text Example


Text Example

White with #0140CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,64,206); }

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

background-color css

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

 a { background-color: rgb(1,64,206); }

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

border-color css

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

 span { border-color: rgb(1,64,206); }

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