Html Css Color HEX #0135DD Persian Blue

📋 copy color: '#0135DD'

red 1 ◦ green 53 ◦ blue 221

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

Shades of Persian Blue #0135DD

Tints of Persian Blue #0135DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 80.36%

R = 0.36%
G = 19.27%
B = 80.36%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0135DD (or 0x0135DD) is known color: Persian Blue. HEX triplet: 01, 35 and DD. RGB value is (1,53,221). Sum of RGB (Red+Green+Blue) = 1+53+221=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #0135DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135DD is #FECA22. Grayscale: #373737. Windows color (decimal): -16697891 or 14497025. OLE color: 14497025.

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

Color convert

RGB 1 53 221 -
CMYK 1.00 0.76 0 0.13
HSL 225.82º 0.99% 0.44% -
HSV(B) 225.82º 1% 0.87% -
XYZ 14.34 7.77 69.15 -
YUV 56.6 220.77 88.34 -
System Red Green Blue C M Y K H S L
Decimal 1 53 221 1.00 0.76 0 0.13 225.82 0.99 0.44
Hex 1 35 DD 64 4C 0 D E2 63 2C
Octal 1 65 335 144 114 0 15 342 143 54
Binary 1 110101 11011101 1100100 1001100 0 1101 11100010 1100011 101100

Color Harmonies of #0135DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135DD

Black with #0135DD

Text Example


Text Example

White with #0135DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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