Html Css Color HEX #0135DB Persian Blue

📋 copy color: '#0135DB'

red 1 ◦ green 53 ◦ blue 219

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

Shades of Persian Blue #0135DB

Tints of Persian Blue #0135DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 80.22%

R = 0.37%
G = 19.41%
B = 80.22%

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

#0135DB (or 0x0135DB) is known color: Persian Blue. HEX triplet: 01, 35 and DB. RGB value is (1,53,219). Sum of RGB (Red+Green+Blue) = 1+53+219=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #0135DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135DB is #FECA24. Grayscale: #373737. Windows color (decimal): -16697893 or 14365953. OLE color: 14365953.

HSL color Cylindrical-coordinate representation of color #0135DB: hue angle of 225.69º 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 #0135DB is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 53 219 -
CMYK 1.00 0.76 0 0.14
HSL 225.69º 0.99% 0.43% -
HSV(B) 225.69º 1% 0.86% -
XYZ 14.07 7.67 67.76 -
YUV 56.38 219.77 88.5 -
System Red Green Blue C M Y K H S L
Decimal 1 53 219 1.00 0.76 0 0.14 225.69 0.99 0.43
Hex 1 35 DB 64 4C 0 E E2 63 2B
Octal 1 65 333 144 114 0 16 342 143 53
Binary 1 110101 11011011 1100100 1001100 0 1110 11100010 1100011 101011

Color Harmonies of #0135DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135DB

Black with #0135DB

Text Example


Text Example

White with #0135DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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