Html Css Color HEX #0619EB Blue

📋 copy color: '#0619EB'

red 6 ◦ green 25 ◦ blue 235

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

Shades of Blue #0619EB

Tints of Blue #0619EB

RGB

 RED value IS 6 (2.73% from 255) = 2.26%

 GREEN value IS 25 (10.16% from 255) = 9.4%

 BLUE value IS 235 (92.19% from 255) = 88.35%

R = 2.26%
G = 9.4%
B = 88.35%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0619EB (or 0x0619EB) is known color: Blue. HEX triplet: 06, 19 and EB. RGB value is (6,25,235). Sum of RGB (Red+Green+Blue) = 6+25+235=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #0619EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0619EB is #F9E614. Grayscale: #2A2A2A. Windows color (decimal): -16377365 or 15407366. OLE color: 15407366.

HSL color Cylindrical-coordinate representation of color #0619EB: hue angle of 235.02º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0619EB is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 25 235 -
CMYK 0.97 0.89 0 0.08
HSL 235.02º 0.95% 0.47% -
HSV(B) 235.02º 0.97% 0.92% -
XYZ 15.42 6.73 79.08 -
YUV 43.26 236.21 101.42 -
System Red Green Blue C M Y K H S L
Decimal 6 25 235 0.97 0.89 0 0.08 235.02 0.95 0.47
Hex 6 19 EB 61 59 0 8 EB 5F 2F
Octal 6 31 353 141 131 0 10 353 137 57
Binary 110 11001 11101011 1100001 1011001 0 1000 11101011 1011111 101111

Color Harmonies of #0619EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0619EB

Black with #0619EB

Text Example


Text Example

White with #0619EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0619EB; }

 p { color: rgb(6,25,235); }

 H1.HeaderClassName
 {
   color: #0619EB;
 }
 .AnyTagClassName
 {
   color: #0619EB;
 }
</style>

background-color css

<style>
 a { background-color: #0619EB; }

 a { background-color: rgb(6,25,235); }

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

border-color css

<style>
 span { border-color: #0619EB; }

 span { border-color: rgb(6,25,235); }

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