Html Css Color HEX #0005EA Blue

📋 copy color: '#0005EA'

red 0 ◦ green 5 ◦ blue 234

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

Shades of Blue #0005EA

Tints of Blue #0005EA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 0%
G = 2.09%
B = 97.91%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0005EA (or 0x0005EA) is known color: Blue. HEX triplet: 00, 05 and EA. RGB value is (0,5,234). Sum of RGB (Red+Green+Blue) = 0+5+234=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 5 (2.34% from 255 or 2.09% 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 #0005EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0005EA is #FFFA15. Grayscale: #1C1C1C. Windows color (decimal): -16775702 or 15336704. OLE color: 15336704.

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

Color convert

RGB 0 5 234 -
CMYK 1 0.98 0 0.08
HSL 238.72º 1% 0.46% -
HSV(B) 238.72º 1% 0.92% -
XYZ 14.91 6.05 78.22 -
YUV 29.61 243.34 106.88 -
System Red Green Blue C M Y K H S L
Decimal 0 5 234 1 0.98 0 0.08 238.72 1 0.46
Hex 0 5 EA 64 62 0 8 EF 64 2E
Octal 0 5 352 144 142 0 10 357 144 56
Binary 0 101 11101010 1100100 1100010 0 1000 11101111 1100100 101110

Color Harmonies of #0005EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0005EA

Black with #0005EA

Text Example


Text Example

White with #0005EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,5,234); }

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

background-color css

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

 a { background-color: rgb(0,5,234); }

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

border-color css

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

 span { border-color: rgb(0,5,234); }

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