Html Css Color HEX #0612DB Medium Blue

📋 copy color: '#0612DB'

red 6 ◦ green 18 ◦ blue 219

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

Shades of Medium Blue #0612DB

Tints of Medium Blue #0612DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

 BLUE value IS 219 (85.94% from 255) = 90.12%

R = 2.47%
G = 7.41%
B = 90.12%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0612DB (or 0x0612DB) is known color: Medium Blue. HEX triplet: 06, 12 and DB. RGB value is (6,18,219). Sum of RGB (Red+Green+Blue) = 6+18+219=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #0612DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0612DB is #F9ED24. Grayscale: #242424. Windows color (decimal): -16379173 or 14356998. OLE color: 14356998.

HSL color Cylindrical-coordinate representation of color #0612DB: hue angle of 236.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0612DB is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 18 219 -
CMYK 0.97 0.92 0 0.14
HSL 236.62º 0.95% 0.44% -
HSV(B) 236.62º 0.97% 0.86% -
XYZ 13.08 5.59 67.41 -
YUV 37.33 230.52 105.66 -
System Red Green Blue C M Y K H S L
Decimal 6 18 219 0.97 0.92 0 0.14 236.62 0.95 0.44
Hex 6 12 DB 61 5C 0 E ED 5F 2C
Octal 6 22 333 141 134 0 16 355 137 54
Binary 110 10010 11011011 1100001 1011100 0 1110 11101101 1011111 101100

Color Harmonies of #0612DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0612DB

Black with #0612DB

Text Example


Text Example

White with #0612DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0612DB; }

 p { color: rgb(6,18,219); }

 H1.HeaderClassName
 {
   color: #0612DB;
 }
 .AnyTagClassName
 {
   color: #0612DB;
 }
</style>

background-color css

<style>
 a { background-color: #0612DB; }

 a { background-color: rgb(6,18,219); }

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

border-color css

<style>
 span { border-color: #0612DB; }

 span { border-color: rgb(6,18,219); }

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