Html Css Color HEX #0136FB Blue

📋 copy color: '#0136FB'

red 1 ◦ green 54 ◦ blue 251

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

Shades of Blue #0136FB

Tints of Blue #0136FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 82.03%

R = 0.33%
G = 17.65%
B = 82.03%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0136FB (or 0x0136FB) is known color: Blue. HEX triplet: 01, 36 and FB. RGB value is (1,54,251). Sum of RGB (Red+Green+Blue) = 1+54+251=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 251 (98.44% from 255 or 82.03% from 306); Max value from RGB is 251 - color contains mainly: blue. Hex color #0136FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0136FB is #FEC904. Grayscale: #3B3B3B. Windows color (decimal): -16697605 or 16463361. OLE color: 16463361.

HSL color Cylindrical-coordinate representation of color #0136FB: hue angle of 227.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0136FB is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 54 251 -
CMYK 1.00 0.78 0 0.02
HSL 227.28º 0.99% 0.49% -
HSV(B) 227.28º 1% 0.98% -
XYZ 18.74 9.61 92.13 -
YUV 60.61 235.44 85.48 -
System Red Green Blue C M Y K H S L
Decimal 1 54 251 1.00 0.78 0 0.02 227.28 0.99 0.49
Hex 1 36 FB 64 4E 0 2 E3 63 31
Octal 1 66 373 144 116 0 2 343 143 61
Binary 1 110110 11111011 1100100 1001110 0 10 11100011 1100011 110001

Color Harmonies of #0136FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136FB

Black with #0136FB

Text Example


Text Example

White with #0136FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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