Html Css Color HEX #013BCE Persian Blue

📋 copy color: '#013BCE'

red 1 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #013BCE

Tints of Persian Blue #013BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

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

R = 0.38%
G = 22.18%
B = 77.44%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#013BCE (or 0x013BCE) is known color: Persian Blue. HEX triplet: 01, 3B and CE. RGB value is (1,59,206). Sum of RGB (Red+Green+Blue) = 1+59+206=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #013BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BCE is #FEC431. Grayscale: #393939. Windows color (decimal): -16696370 or 13515521. OLE color: 13515521.

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

Color convert

RGB 1 59 206 -
CMYK 1.00 0.71 0 0.19
HSL 223.02º 0.99% 0.41% -
HSV(B) 223.02º 1% 0.81% -
XYZ 12.72 7.59 59.19 -
YUV 58.42 211.28 87.05 -
System Red Green Blue C M Y K H S L
Decimal 1 59 206 1.00 0.71 0 0.19 223.02 0.99 0.41
Hex 1 3B CE 64 47 0 13 DF 63 29
Octal 1 73 316 144 107 0 23 337 143 51
Binary 1 111011 11001110 1100100 1000111 0 10011 11011111 1100011 101001

Color Harmonies of #013BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BCE

Black with #013BCE

Text Example


Text Example

White with #013BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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