Html Css Color HEX #0135FF Blue

📋 copy color: '#0135FF'

red 1 ◦ green 53 ◦ blue 255

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

Shades of Blue #0135FF

Tints of Blue #0135FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 82.52%

R = 0.32%
G = 17.15%
B = 82.52%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0135FF (or 0x0135FF) is known color: Blue. HEX triplet: 01, 35 and FF. RGB value is (1,53,255). Sum of RGB (Red+Green+Blue) = 1+53+255=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #0135FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0135FF is #FECA00. Grayscale: #3B3B3B. Windows color (decimal): -16697857 or 16725249. OLE color: 16725249.

HSL color Cylindrical-coordinate representation of color #0135FF: hue angle of 227.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0135FF is Cyan = 1.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 1 53 255 -
CMYK 1.00 0.79 0 0
HSL 227.72º 1% 0.5% -
HSV(B) 227.72º 1% 1% -
XYZ 19.34 9.77 95.47 -
YUV 60.48 237.77 85.57 -
System Red Green Blue C M Y K H S L
Decimal 1 53 255 1.00 0.79 0 0 227.72 1 0.5
Hex 1 35 FF 64 4F 0 0 E4 64 32
Octal 1 65 377 144 117 0 0 344 144 62
Binary 1 110101 11111111 1100100 1001111 0 0 11100100 1100100 110010

Color Harmonies of #0135FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0135FF

Black with #0135FF

Text Example


Text Example

White with #0135FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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