Html Css Color HEX #0135DC Persian Blue

📋 copy color: '#0135DC'

red 1 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #0135DC

Tints of Persian Blue #0135DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 0.36%
G = 19.34%
B = 80.29%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0135DC (or 0x0135DC) is known color: Persian Blue. HEX triplet: 01, 35 and DC. RGB value is (1,53,220). Sum of RGB (Red+Green+Blue) = 1+53+220=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #0135DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135DC is #FECA23. Grayscale: #373737. Windows color (decimal): -16697892 or 14431489. OLE color: 14431489.

HSL color Cylindrical-coordinate representation of color #0135DC: hue angle of 225.75º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0135DC is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 53 220 -
CMYK 1.00 0.76 0 0.14
HSL 225.75º 0.99% 0.43% -
HSV(B) 225.75º 1% 0.86% -
XYZ 14.2 7.72 68.45 -
YUV 56.49 220.27 88.42 -
System Red Green Blue C M Y K H S L
Decimal 1 53 220 1.00 0.76 0 0.14 225.75 0.99 0.43
Hex 1 35 DC 64 4C 0 E E2 63 2B
Octal 1 65 334 144 114 0 16 342 143 53
Binary 1 110101 11011100 1100100 1001100 0 1110 11100010 1100011 101011

Color Harmonies of #0135DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135DC

Black with #0135DC

Text Example


Text Example

White with #0135DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0135DC; }

 p { color: rgb(1,53,220); }

 H1.HeaderClassName
 {
   color: #0135DC;
 }
 .AnyTagClassName
 {
   color: #0135DC;
 }
</style>

background-color css

<style>
 a { background-color: #0135DC; }

 a { background-color: rgb(1,53,220); }

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

border-color css

<style>
 span { border-color: #0135DC; }

 span { border-color: rgb(1,53,220); }

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