Html Css Color HEX #0104EA Blue

📋 copy color: '#0104EA'

red 1 ◦ green 4 ◦ blue 234

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

Shades of Blue #0104EA

Tints of Blue #0104EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 234 (91.8% from 255) = 97.91%

R = 0.42%
G = 1.67%
B = 97.91%

CMYK

 C value IS 1.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0104EA (or 0x0104EA) is known color: Blue. HEX triplet: 01, 04 and EA. RGB value is (1,4,234). Sum of RGB (Red+Green+Blue) = 1+4+234=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 234 (91.80% from 255 or 97.91% from 239); Max value from RGB is 234 - color contains mainly: blue. Hex color #0104EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0104EA is #FEFB15. Grayscale: #1C1C1C. Windows color (decimal): -16710422 or 15336449. OLE color: 15336449.

HSL color Cylindrical-coordinate representation of color #0104EA: hue angle of 239.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0104EA is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 4 234 -
CMYK 1.00 0.98 0 0.08
HSL 239.23º 0.99% 0.46% -
HSV(B) 239.23º 1% 0.92% -
XYZ 14.91 6.03 78.22 -
YUV 29.32 243.51 107.8 -
System Red Green Blue C M Y K H S L
Decimal 1 4 234 1.00 0.98 0 0.08 239.23 0.99 0.46
Hex 1 4 EA 64 62 0 8 EF 63 2E
Octal 1 4 352 144 142 0 10 357 143 56
Binary 1 100 11101010 1100100 1100010 0 1000 11101111 1100011 101110

Color Harmonies of #0104EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0104EA

Black with #0104EA

Text Example


Text Example

White with #0104EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0104EA; }

 p { color: rgb(1,4,234); }

 H1.HeaderClassName
 {
   color: #0104EA;
 }
 .AnyTagClassName
 {
   color: #0104EA;
 }
</style>

background-color css

<style>
 a { background-color: #0104EA; }

 a { background-color: rgb(1,4,234); }

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

border-color css

<style>
 span { border-color: #0104EA; }

 span { border-color: rgb(1,4,234); }

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