Html Css Color HEX #0134EF Blue

📋 copy color: '#0134EF'

red 1 ◦ green 52 ◦ blue 239

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

Shades of Blue #0134EF

Tints of Blue #0134EF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 239 (93.75% from 255) = 81.85%

R = 0.34%
G = 17.81%
B = 81.85%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0134EF (or 0x0134EF) is known color: Blue. HEX triplet: 01, 34 and EF. RGB value is (1,52,239). Sum of RGB (Red+Green+Blue) = 1+52+239=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #0134EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0134EF is #FECB10. Grayscale: #393939. Windows color (decimal): -16698129 or 15676417. OLE color: 15676417.

HSL color Cylindrical-coordinate representation of color #0134EF: hue angle of 227.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0134EF is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 52 239 -
CMYK 1.00 0.78 0 0.06
HSL 227.14º 0.99% 0.47% -
HSV(B) 227.14º 1% 0.94% -
XYZ 16.82 8.69 82.45 -
YUV 58.07 230.1 87.29 -
System Red Green Blue C M Y K H S L
Decimal 1 52 239 1.00 0.78 0 0.06 227.14 0.99 0.47
Hex 1 34 EF 64 4E 0 6 E3 63 2F
Octal 1 64 357 144 116 0 6 343 143 57
Binary 1 110100 11101111 1100100 1001110 0 110 11100011 1100011 101111

Color Harmonies of #0134EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0134EF

Black with #0134EF

Text Example


Text Example

White with #0134EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0134EF; }

 p { color: rgb(1,52,239); }

 H1.HeaderClassName
 {
   color: #0134EF;
 }
 .AnyTagClassName
 {
   color: #0134EF;
 }
</style>

background-color css

<style>
 a { background-color: #0134EF; }

 a { background-color: rgb(1,52,239); }

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

border-color css

<style>
 span { border-color: #0134EF; }

 span { border-color: rgb(1,52,239); }

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