Html Css Color HEX #0135DF Persian Blue

📋 copy color: '#0135DF'

red 1 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #0135DF

Tints of Persian Blue #0135DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 80.51%

R = 0.36%
G = 19.13%
B = 80.51%

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

#0135DF (or 0x0135DF) is known color: Persian Blue. HEX triplet: 01, 35 and DF. RGB value is (1,53,223). Sum of RGB (Red+Green+Blue) = 1+53+223=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #0135DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0135DF is #FECA20. Grayscale: #383838. Windows color (decimal): -16697889 or 14628097. OLE color: 14628097.

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

Color convert

RGB 1 53 223 -
CMYK 1.00 0.76 0 0.13
HSL 225.95º 0.99% 0.44% -
HSV(B) 225.95º 1% 0.87% -
XYZ 14.6 7.88 70.56 -
YUV 56.83 221.77 88.18 -
System Red Green Blue C M Y K H S L
Decimal 1 53 223 1.00 0.76 0 0.13 225.95 0.99 0.44
Hex 1 35 DF 64 4C 0 D E2 63 2C
Octal 1 65 337 144 114 0 15 342 143 54
Binary 1 110101 11011111 1100100 1001100 0 1101 11100010 1100011 101100

Color Harmonies of #0135DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135DF

Black with #0135DF

Text Example


Text Example

White with #0135DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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