Html Css Color HEX #0141CE Persian Blue

📋 copy color: '#0141CE'

red 1 ◦ green 65 ◦ blue 206

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

Shades of Persian Blue #0141CE

Tints of Persian Blue #0141CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 0.37%
G = 23.9%
B = 75.74%

CMYK

 C value IS 1.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0141CE (or 0x0141CE) is known color: Persian Blue. HEX triplet: 01, 41 and CE. RGB value is (1,65,206). Sum of RGB (Red+Green+Blue) = 1+65+206=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #0141CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141CE is #FEBE31. Grayscale: #3D3D3D. Windows color (decimal): -16694834 or 13517057. OLE color: 13517057.

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

Color convert

RGB 1 65 206 -
CMYK 1.00 0.68 0 0.19
HSL 221.27º 0.99% 0.41% -
HSV(B) 221.27º 1% 0.81% -
XYZ 13.04 8.24 59.3 -
YUV 61.94 209.3 84.54 -
System Red Green Blue C M Y K H S L
Decimal 1 65 206 1.00 0.68 0 0.19 221.27 0.99 0.41
Hex 1 41 CE 64 44 0 13 DD 63 29
Octal 1 101 316 144 104 0 23 335 143 51
Binary 1 1000001 11001110 1100100 1000100 0 10011 11011101 1100011 101001

Color Harmonies of #0141CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141CE

Black with #0141CE

Text Example


Text Example

White with #0141CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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