Html Css Color HEX #013BCC Persian Blue

📋 copy color: '#013BCC'

red 1 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #013BCC

Tints of Persian Blue #013BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 77.27%

R = 0.38%
G = 22.35%
B = 77.27%

CMYK

 C value IS 1.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#013BCC (or 0x013BCC) is known color: Persian Blue. HEX triplet: 01, 3B and CC. RGB value is (1,59,204). Sum of RGB (Red+Green+Blue) = 1+59+204=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #013BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BCC is #FEC433. Grayscale: #393939. Windows color (decimal): -16696372 or 13384449. OLE color: 13384449.

HSL color Cylindrical-coordinate representation of color #013BCC: hue angle of 222.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013BCC is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 59 204 -
CMYK 1.00 0.71 0 0.2
HSL 222.86º 0.99% 0.4% -
HSV(B) 222.86º 1% 0.8% -
XYZ 12.48 7.49 57.92 -
YUV 58.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 1 59 204 1.00 0.71 0 0.2 222.86 0.99 0.4
Hex 1 3B CC 64 47 0 14 DF 63 28
Octal 1 73 314 144 107 0 24 337 143 50
Binary 1 111011 11001100 1100100 1000111 0 10100 11011111 1100011 101000

Color Harmonies of #013BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BCC

Black with #013BCC

Text Example


Text Example

White with #013BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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