Html Css Color HEX #0141CF Persian Blue

📋 copy color: '#0141CF'

red 1 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #0141CF

Tints of Persian Blue #0141CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.82%

R = 0.37%
G = 23.81%
B = 75.82%

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

#0141CF (or 0x0141CF) is known color: Persian Blue. HEX triplet: 01, 41 and CF. RGB value is (1,65,207). Sum of RGB (Red+Green+Blue) = 1+65+207=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #0141CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0141CF is #FEBE30. Grayscale: #3D3D3D. Windows color (decimal): -16694833 or 13582593. OLE color: 13582593.

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

Color convert

RGB 1 65 207 -
CMYK 1.00 0.69 0 0.19
HSL 221.36º 0.99% 0.41% -
HSV(B) 221.36º 1% 0.81% -
XYZ 13.17 8.29 59.94 -
YUV 62.05 209.8 84.45 -
System Red Green Blue C M Y K H S L
Decimal 1 65 207 1.00 0.69 0 0.19 221.36 0.99 0.41
Hex 1 41 CF 64 45 0 13 DD 63 29
Octal 1 101 317 144 105 0 23 335 143 51
Binary 1 1000001 11001111 1100100 1000101 0 10011 11011101 1100011 101001

Color Harmonies of #0141CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141CF

Black with #0141CF

Text Example


Text Example

White with #0141CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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