Html Css Color HEX #013CEE Persian Blue

📋 copy color: '#013CEE'

red 1 ◦ green 60 ◦ blue 238

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

Shades of Persian Blue #013CEE

Tints of Persian Blue #013CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.6%

R = 0.33%
G = 20.07%
B = 79.6%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#013CEE (or 0x013CEE) is known color: Persian Blue. HEX triplet: 01, 3C and EE. RGB value is (1,60,238). Sum of RGB (Red+Green+Blue) = 1+60+238=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #013CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013CEE is #FEC311. Grayscale: #3D3D3D. Windows color (decimal): -16696082 or 15612929. OLE color: 15612929.

HSL color Cylindrical-coordinate representation of color #013CEE: hue angle of 225.06º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CEE is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 60 238 -
CMYK 1.00 0.75 0 0.07
HSL 225.06º 0.99% 0.47% -
HSV(B) 225.06º 1% 0.93% -
XYZ 17.06 9.41 81.81 -
YUV 62.65 226.95 84.03 -
System Red Green Blue C M Y K H S L
Decimal 1 60 238 1.00 0.75 0 0.07 225.06 0.99 0.47
Hex 1 3C EE 64 4B 0 7 E1 63 2F
Octal 1 74 356 144 113 0 7 341 143 57
Binary 1 111100 11101110 1100100 1001011 0 111 11100001 1100011 101111

Color Harmonies of #013CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CEE

Black with #013CEE

Text Example


Text Example

White with #013CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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