Html Css Color HEX #013CEA Persian Blue

📋 copy color: '#013CEA'

red 1 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #013CEA

Tints of Persian Blue #013CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.34%

 BLUE value IS 234 (91.8% from 255) = 79.32%

R = 0.34%
G = 20.34%
B = 79.32%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#013CEA (or 0x013CEA) is known color: Persian Blue. HEX triplet: 01, 3C and EA. RGB value is (1,60,234). Sum of RGB (Red+Green+Blue) = 1+60+234=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #013CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CEA is #FEC315. Grayscale: #3D3D3D. Windows color (decimal): -16696086 or 15350785. OLE color: 15350785.

HSL color Cylindrical-coordinate representation of color #013CEA: hue angle of 224.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CEA is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 60 234 -
CMYK 1.00 0.74 0 0.08
HSL 224.81º 0.99% 0.46% -
HSV(B) 224.81º 1% 0.92% -
XYZ 16.48 9.18 78.74 -
YUV 62.2 224.95 84.35 -
System Red Green Blue C M Y K H S L
Decimal 1 60 234 1.00 0.74 0 0.08 224.81 0.99 0.46
Hex 1 3C EA 64 4A 0 8 E1 63 2E
Octal 1 74 352 144 112 0 10 341 143 56
Binary 1 111100 11101010 1100100 1001010 0 1000 11100001 1100011 101110

Color Harmonies of #013CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CEA

Black with #013CEA

Text Example


Text Example

White with #013CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013CEA; }

 p { color: rgb(1,60,234); }

 H1.HeaderClassName
 {
   color: #013CEA;
 }
 .AnyTagClassName
 {
   color: #013CEA;
 }
</style>

background-color css

<style>
 a { background-color: #013CEA; }

 a { background-color: rgb(1,60,234); }

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

border-color css

<style>
 span { border-color: #013CEA; }

 span { border-color: rgb(1,60,234); }

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