Html Css Color HEX #0618EB Blue

📋 copy color: '#0618EB'

red 6 ◦ green 24 ◦ blue 235

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

Shades of Blue #0618EB

Tints of Blue #0618EB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 2.26%
G = 9.06%
B = 88.68%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0618EB (or 0x0618EB) is known color: Blue. HEX triplet: 06, 18 and EB. RGB value is (6,24,235). Sum of RGB (Red+Green+Blue) = 6+24+235=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 235 (92.19% from 255 or 88.68% from 265); Max value from RGB is 235 - color contains mainly: blue. Hex color #0618EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0618EB is #F9E714. Grayscale: #292929. Windows color (decimal): -16377621 or 15407110. OLE color: 15407110.

HSL color Cylindrical-coordinate representation of color #0618EB: hue angle of 235.28º 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 #0618EB is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 24 235 -
CMYK 0.97 0.90 0 0.08
HSL 235.28º 0.95% 0.47% -
HSV(B) 235.28º 0.97% 0.92% -
XYZ 15.4 6.69 79.08 -
YUV 42.67 236.54 101.84 -
System Red Green Blue C M Y K H S L
Decimal 6 24 235 0.97 0.90 0 0.08 235.28 0.95 0.47
Hex 6 18 EB 61 5A 0 8 EB 5F 2F
Octal 6 30 353 141 132 0 10 353 137 57
Binary 110 11000 11101011 1100001 1011010 0 1000 11101011 1011111 101111

Color Harmonies of #0618EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618EB

Black with #0618EB

Text Example


Text Example

White with #0618EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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