Html Css Color HEX #0136FD Blue

📋 copy color: '#0136FD'

red 1 ◦ green 54 ◦ blue 253

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

Shades of Blue #0136FD

Tints of Blue #0136FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

 BLUE value IS 253 (99.22% from 255) = 82.14%

R = 0.32%
G = 17.53%
B = 82.14%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0136FD (or 0x0136FD) is known color: Blue. HEX triplet: 01, 36 and FD. RGB value is (1,54,253). Sum of RGB (Red+Green+Blue) = 1+54+253=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #0136FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0136FD is #FEC902. Grayscale: #3B3B3B. Windows color (decimal): -16697603 or 16594433. OLE color: 16594433.

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

Color convert

RGB 1 54 253 -
CMYK 1.00 0.79 0 0.01
HSL 227.38º 0.99% 0.5% -
HSV(B) 227.38º 1% 0.99% -
XYZ 19.06 9.74 93.8 -
YUV 60.84 236.44 85.32 -
System Red Green Blue C M Y K H S L
Decimal 1 54 253 1.00 0.79 0 0.01 227.38 0.99 0.5
Hex 1 36 FD 64 4F 0 1 E3 63 32
Octal 1 66 375 144 117 0 1 343 143 62
Binary 1 110110 11111101 1100100 1001111 0 1 11100011 1100011 110010

Color Harmonies of #0136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136FD

Black with #0136FD

Text Example


Text Example

White with #0136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0136FD; }

 p { color: rgb(1,54,253); }

 H1.HeaderClassName
 {
   color: #0136FD;
 }
 .AnyTagClassName
 {
   color: #0136FD;
 }
</style>

background-color css

<style>
 a { background-color: #0136FD; }

 a { background-color: rgb(1,54,253); }

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

border-color css

<style>
 span { border-color: #0136FD; }

 span { border-color: rgb(1,54,253); }

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